#555990

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

Shades of Governor Bay #555990

Tints of Governor Bay #555990

Color information

#555990 (or 0x555990) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 90. RGB value is (85,89,144). Sum of RGB (Red+Green+Blue) = 85+89+144=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #555990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555990 is #AAA66F. Grayscale: #5D5D5D. Windows color (decimal): -11183728 or 9460053. OLE color: 9460053.

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

Color convert

RGB8589144-
CMYK0.410.3800.44
HSL235.93º25.76%44.9%-
HSV(B)235.93º40.97%56.47%-
XYZ12.3511.0927.88-
YUV94.07156.17121.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=26.73%
G=27.99%
B=45.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85891440.410.3800.44235.9325.7644.9
Hex555990292602Cec1a2d
Octal12513122051460543543255
Binary101010110110011001000010100110011001011001110110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555990; }

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

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

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

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

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

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

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

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