#545589

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

Shades of Governor Bay #545589

Tints of Governor Bay #545589

Color information

#545589 (or 0x545589) is unknown color: approx Governor Bay. HEX triplet: 54, 55 and 89. RGB value is (84,85,137). Sum of RGB (Red+Green+Blue) = 84+85+137=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #545589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545589 is #ABAA76. Grayscale: #5A5A5A. Windows color (decimal): -11250295 or 9000276. OLE color: 9000276.

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

Color convert

RGB8485137-
CMYK0.390.3800.46
HSL238.87º23.98%43.33%-
HSV(B)238.87º38.69%53.73%-
XYZ11.4210.1925.03-
YUV90.63154.17123.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=27.45%
G=27.78%
B=44.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84851370.390.3800.46238.8723.9843.33
Hex545589272602Eef182b
Octal12412521147460563573053
Binary101010010101011000100110011110011001011101110111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545589; }

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

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

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

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

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

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

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

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