#555692

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

Shades of Governor Bay #555692

Tints of Governor Bay #555692

Color information

#555692 (or 0x555692) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 92. RGB value is (85,86,146). Sum of RGB (Red+Green+Blue) = 85+86+146=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #555692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555692 is #AAA96D. Grayscale: #5C5C5C. Windows color (decimal): -11184494 or 9590357. OLE color: 9590357.

HSL color Cylindrical-coordinate representation of color #555692: hue angle of 239.02º 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 #555692 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8586146-
CMYK0.420.4100.43
HSL239.02º26.41%45.29%-
HSV(B)239.02º41.78%57.25%-
XYZ12.2610.6628.61-
YUV92.54158.17122.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=26.81%
G=27.13%
B=46.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85861460.420.4100.43239.0226.4145.29
Hex5556922A2902Bef1a2d
Octal12512622252510533573255
Binary101010110101101001001010101010100101010111110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555692; }

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

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

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

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

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

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

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

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