#555295

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

Shades of Governor Bay #555295

Tints of Governor Bay #555295

Color information

#555295 (or 0x555295) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 95. RGB value is (85,82,149). Sum of RGB (Red+Green+Blue) = 85+82+149=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #555295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555295 is #AAAD6A. Grayscale: #5A5A5A. Windows color (decimal): -11185515 or 9785941. OLE color: 9785941.

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

Color convert

RGB8582149-
CMYK0.430.4500.42
HSL242.69º29%45.29%-
HSV(B)242.69º44.97%58.43%-
XYZ12.1910.1429.75-
YUV90.54160.99124.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=26.90%
G=25.95%
B=47.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85821490.430.4500.42242.692945.29
Hex5552952B2D02Af31d2d
Octal12512222553550523633555
Binary101010110100101001010110101110110101010101111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555295; }

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

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

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

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

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

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

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

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