#545FC6

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

Shades of Free Speech Blue #545FC6

Tints of Free Speech Blue #545FC6

Color information

#545FC6 (or 0x545FC6) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5F and C6. RGB value is (84,95,198). Sum of RGB (Red+Green+Blue) = 84+95+198=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #545FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FC6 is #ABA039. Grayscale: #676767. Windows color (decimal): -11247674 or 13000532. OLE color: 13000532.

HSL color Cylindrical-coordinate representation of color #545FC6: hue angle of 234.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545FC6 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8495198-
CMYK0.580.5200.22
HSL234.21º50%55.29%-
HSV(B)234.21º57.58%77.65%-
XYZ17.9414.1555.21-
YUV103.45181.36114.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 198 (77.73% from 255) = 52.52%
R=22.28%
G=25.20%
B=52.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84951980.580.5200.22234.215055.29
Hex545FC63A34016ea3237
Octal12413730672640263526267
Binary101010010111111100011011101011010001011011101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545FC6; }

 p { color: rgb(84,95,198); }

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

<style>
 a { background-color: #545FC6; }

 a { background-color: rgb(84,95,198); }

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

<style>
 span { border-color: #545FC6; }

 span { border-color: rgb(84,95,198); }

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