#555A95

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

Shades of Governor Bay #555A95

Tints of Governor Bay #555A95

Color information

#555A95 (or 0x555A95) is unknown color: approx Governor Bay. HEX triplet: 55, 5A and 95. RGB value is (85,90,149). Sum of RGB (Red+Green+Blue) = 85+90+149=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #555A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A95 is #AAA56A. Grayscale: #5E5E5E. Windows color (decimal): -11183467 or 9787989. OLE color: 9787989.

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

Color convert

RGB8590149-
CMYK0.430.4000.42
HSL235.31º27.35%45.88%-
HSV(B)235.31º42.95%58.43%-
XYZ12.8311.4129.96-
YUV95.23158.34120.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=26.23%
G=27.78%
B=45.99%

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
Decimal85901490.430.4000.42235.3127.3545.88
Hex555A952B2802Aeb1b2e
Octal12513222553500523533356
Binary101010110110101001010110101110100001010101110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A95; }

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

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

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

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

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

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

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

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