#555190

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

Shades of Governor Bay #555190

Tints of Governor Bay #555190

Color information

#555190 (or 0x555190) is unknown color: approx Governor Bay. HEX triplet: 55, 51 and 90. RGB value is (85,81,144). Sum of RGB (Red+Green+Blue) = 85+81+144=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #555190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555190 is #AAAE6F. Grayscale: #595959. Windows color (decimal): -11185776 or 9458005. OLE color: 9458005.

HSL color Cylindrical-coordinate representation of color #555190: hue angle of 243.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555190 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8581144-
CMYK0.410.4400.44
HSL243.81º28%44.12%-
HSV(B)243.81º43.75%56.47%-
XYZ11.729.8327.67-
YUV89.38158.83124.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=27.42%
G=26.13%
B=46.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85811440.410.4400.44243.812844.12
Hex555190292C02Cf41c2c
Octal12512122051540543643454
Binary101010110100011001000010100110110001011001111010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555190; }

 p { color: rgb(85,81,144); }

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

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

 a { background-color: rgb(85,81,144); }

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

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

 span { border-color: rgb(85,81,144); }

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