#54558C

Color #54558C Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #54558C

Tints of Governor Bay #54558C

Color information

#54558C (or 0x54558C) is unknown color: approx Governor Bay. HEX triplet: 54, 55 and 8C. RGB value is (84,85,140). Sum of RGB (Red+Green+Blue) = 84+85+140=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #54558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54558C is #ABAA73. Grayscale: #5A5A5A. Windows color (decimal): -11250292 or 9196884. OLE color: 9196884.

HSL color Cylindrical-coordinate representation of color #54558C: hue angle of 238.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54558C is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8485140-
CMYK0.40.3900.45
HSL238.93º25%43.92%-
HSV(B)238.93º40%54.9%-
XYZ11.6410.2826.18-
YUV90.97155.67123.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=27.18%
G=27.51%
B=45.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84851400.40.3900.45238.932543.92
Hex54558C282702Def192c
Octal12412521450470553573154
Binary101010010101011000110010100010011101011011110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54558C; }

 p { color: rgb(84,85,140); }

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

<style>
 a { background-color: #54558C; }

 a { background-color: rgb(84,85,140); }

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

<style>
 span { border-color: #54558C; }

 span { border-color: rgb(84,85,140); }

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