#555589

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

Shades of Governor Bay #555589

Tints of Governor Bay #555589

Color information

#555589 (or 0x555589) is unknown color: approx Governor Bay. HEX triplet: 55, 55 and 89. RGB value is (85,85,137). Sum of RGB (Red+Green+Blue) = 85+85+137=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #555589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555589 is #AAAA76. Grayscale: #5A5A5A. Windows color (decimal): -11184759 or 9000277. OLE color: 9000277.

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

Color convert

RGB8585137-
CMYK0.380.3800.46
HSL240º23.42%43.53%-
HSV(B)240º37.96%53.73%-
XYZ11.5110.2325.04-
YUV90.93154123.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=27.69%
G=27.69%
B=44.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85851370.380.3800.4624023.4243.53
Hex555589262602Ef0172c
Octal12512521146460563602754
Binary101010110101011000100110011010011001011101111000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555589; }

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

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

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

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

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

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

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

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