#555995

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

Shades of Governor Bay #555995

Tints of Governor Bay #555995

Color information

#555995 (or 0x555995) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 95. RGB value is (85,89,149). Sum of RGB (Red+Green+Blue) = 85+89+149=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #555995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555995 is #AAA66A. Grayscale: #5E5E5E. Windows color (decimal): -11183723 or 9787733. OLE color: 9787733.

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

Color convert

RGB8589149-
CMYK0.430.4000.42
HSL236.25º27.35%45.88%-
HSV(B)236.25º42.95%58.43%-
XYZ12.7411.2529.93-
YUV94.64158.67121.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=26.32%
G=27.55%
B=46.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85891490.430.4000.42236.2527.3545.88
Hex5559952B2802Aec1b2e
Octal12513122553500523543356
Binary101010110110011001010110101110100001010101110110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555995; }

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

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

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

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

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

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

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

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