#555586

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

Shades of Governor Bay #555586

Tints of Governor Bay #555586

Color information

#555586 (or 0x555586) is unknown color: approx Governor Bay. HEX triplet: 55, 55 and 86. RGB value is (85,85,134). Sum of RGB (Red+Green+Blue) = 85+85+134=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #555586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555586 is #AAAA79. Grayscale: #5A5A5A. Windows color (decimal): -11184762 or 8803669. OLE color: 8803669.

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

Color convert

RGB8585134-
CMYK0.370.3700.47
HSL240º22.37%42.94%-
HSV(B)240º36.57%52.55%-
XYZ11.310.1523.92-
YUV90.59152.5124.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=27.96%
G=27.96%
B=44.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85851340.370.3700.4724022.3742.94
Hex555586252502Ff0162b
Octal12512520645450573602653
Binary101010110101011000011010010110010101011111111000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555586; }

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

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

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

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

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

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

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

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