#555695

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

Shades of Governor Bay #555695

Tints of Governor Bay #555695

Color information

#555695 (or 0x555695) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 95. RGB value is (85,86,149). Sum of RGB (Red+Green+Blue) = 85+86+149=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #555695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555695 is #AAA96A. Grayscale: #5C5C5C. Windows color (decimal): -11184491 or 9786965. OLE color: 9786965.

HSL color Cylindrical-coordinate representation of color #555695: hue angle of 239.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555695 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8586149-
CMYK0.430.4200.42
HSL239.06º27.35%45.88%-
HSV(B)239.06º42.95%58.43%-
XYZ12.510.7629.85-
YUV92.88159.67122.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=26.56%
G=26.88%
B=46.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85861490.430.4200.42239.0627.3545.88
Hex5556952B2A02Aef1b2e
Octal12512622553520523573356
Binary101010110101101001010110101110101001010101110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555695; }

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

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

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

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

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

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

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

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