#545988

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

Shades of Governor Bay #545988

Tints of Governor Bay #545988

Color information

#545988 (or 0x545988) is unknown color: approx Governor Bay. HEX triplet: 54, 59 and 88. RGB value is (84,89,136). Sum of RGB (Red+Green+Blue) = 84+89+136=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #545988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545988 is #ABA677. Grayscale: #5C5C5C. Windows color (decimal): -11249272 or 8935764. OLE color: 8935764.

HSL color Cylindrical-coordinate representation of color #545988: hue angle of 234.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545988 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8489136-
CMYK0.380.3500.47
HSL234.23º23.64%43.14%-
HSV(B)234.23º38.24%53.33%-
XYZ11.6710.8124.76-
YUV92.86152.34121.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=27.18%
G=28.80%
B=44.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84891360.380.3500.47234.2323.6443.14
Hex545988262302Fea182b
Octal12413121046430573523053
Binary101010010110011000100010011010001101011111110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545988; }

 p { color: rgb(84,89,136); }

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

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

 a { background-color: rgb(84,89,136); }

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

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

 span { border-color: rgb(84,89,136); }

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