#545CC6

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

Shades of Free Speech Blue #545CC6

Tints of Free Speech Blue #545CC6

Color information

#545CC6 (or 0x545CC6) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5C and C6. RGB value is (84,92,198). Sum of RGB (Red+Green+Blue) = 84+92+198=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #545CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CC6 is #ABA339. Grayscale: #656565. Windows color (decimal): -11248442 or 12999764. OLE color: 12999764.

HSL color Cylindrical-coordinate representation of color #545CC6: hue angle of 235.79º 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 #545CC6 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8492198-
CMYK0.580.5400.22
HSL235.79º50%55.29%-
HSV(B)235.79º57.58%77.65%-
XYZ17.6813.6255.12-
YUV101.69182.35115.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=22.46%
G=24.60%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84921980.580.5400.22235.795055.29
Hex545CC63A36016ec3237
Octal12413430672660263546267
Binary101010010111001100011011101011011001011011101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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