#54588C

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

Shades of Governor Bay #54588C

Tints of Governor Bay #54588C

Color information

#54588C (or 0x54588C) is unknown color: approx Governor Bay. HEX triplet: 54, 58 and 8C. RGB value is (84,88,140). Sum of RGB (Red+Green+Blue) = 84+88+140=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #54588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54588C is #ABA773. Grayscale: #5C5C5C. Windows color (decimal): -11249524 or 9197652. OLE color: 9197652.

HSL color Cylindrical-coordinate representation of color #54588C: hue angle of 235.71º 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 #54588C is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8488140-
CMYK0.40.3700.45
HSL235.71º25%43.92%-
HSV(B)235.71º40%54.9%-
XYZ11.8810.7626.26-
YUV92.73154.67121.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=26.92%
G=28.21%
B=44.87%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84881400.40.3700.45235.712543.92
Hex54588C282502Dec192c
Octal12413021450450553543154
Binary101010010110001000110010100010010101011011110110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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