#5453ce

Color #5453CE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5453CE

Tints of Free Speech Blue #5453CE

Color information

#5453CE (or 0x5453CE) is unknown color: approx Free Speech Blue. HEX triplet: 54, 53 and CE. RGB value is (84,83,206). Sum of RGB (Red+Green+Blue) = 84+83+206=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5453CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453CE is #ABAC31. Grayscale: #606060. Windows color (decimal): -11250738 or 13521748. OLE color: 13521748.

HSL color Cylindrical-coordinate representation of color #5453CE: hue angle of 240.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5453CE is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8483206-
CMYK0.590.6000.19
HSL240.49º55.66%56.67%-
HSV(B)240.49º59.71%80.78%-
XYZ17.8912.5359.87-
YUV97.32189.33118.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=22.52%
G=22.25%
B=55.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal84832060.590.6000.19240.4955.6656.67
Hex5453CE3B3C013f03839
Octal12412331673740233607071
Binary101010010100111100111011101111110001001111110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5453ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5453ce; }

 p { color: rgb(84,83,206); }

 H1.HeaderClassName
 {
   color: #5453ce;
 }
 .AnyTagClassName
 {
   color: #5453ce;
 }
</style>
background-color css

<style>
 a { background-color: #5453ce; }

 a { background-color: rgb(84,83,206); }

 div.DivClassName
 {
   background-color: #5453ce;
 }
 .BgClassName
 {
   background-color: #5453ce;
 }
</style>
border-color css

<style>
 span { border-color: #5453ce; }

 span { border-color: rgb(84,83,206); }

 td.TdClassName
 {
   border-color: #5453ce;
 }
 .TagClassName
 {
   border-color: #5453ce;
 }
</style>