#555588

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

Shades of Governor Bay #555588

Tints of Governor Bay #555588

Color information

#555588 (or 0x555588) is unknown color: approx Governor Bay. HEX triplet: 55, 55 and 88. RGB value is (85,85,136). Sum of RGB (Red+Green+Blue) = 85+85+136=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #555588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555588 is #AAAA77. Grayscale: #5A5A5A. Windows color (decimal): -11184760 or 8934741. OLE color: 8934741.

HSL color Cylindrical-coordinate representation of color #555588: hue angle of 240º degrees, saturation: 0.23, 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 #555588 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8585136-
CMYK0.380.3800.47
HSL240º23.08%43.33%-
HSV(B)240º37.5%53.33%-
XYZ11.4410.2124.66-
YUV90.81153.5123.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=27.78%
G=27.78%
B=44.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85851360.380.3800.4724023.0843.33
Hex555588262602Ff0172b
Octal12512521046460573602753
Binary101010110101011000100010011010011001011111111000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555588; }

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

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

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

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

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

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

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

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