#555992

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

Shades of Governor Bay #555992

Tints of Governor Bay #555992

Color information

#555992 (or 0x555992) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 92. RGB value is (85,89,146). Sum of RGB (Red+Green+Blue) = 85+89+146=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #555992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555992 is #AAA66D. Grayscale: #5E5E5E. Windows color (decimal): -11183726 or 9591125. OLE color: 9591125.

HSL color Cylindrical-coordinate representation of color #555992: hue angle of 236.07º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555992 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8589146-
CMYK0.420.3900.43
HSL236.07º26.41%45.29%-
HSV(B)236.07º41.78%57.25%-
XYZ12.5111.1528.69-
YUV94.3157.17121.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=26.56%
G=27.81%
B=45.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85891460.420.3900.43236.0726.4145.29
Hex5559922A2702Bec1a2d
Octal12513122252470533543255
Binary101010110110011001001010101010011101010111110110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555992; }

 p { color: rgb(85,89,146); }

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

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

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

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

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

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

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