#555D91

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

Shades of Governor Bay #555D91

Tints of Governor Bay #555D91

Color information

#555D91 (or 0x555D91) is unknown color: approx Governor Bay. HEX triplet: 55, 5D and 91. RGB value is (85,93,145). Sum of RGB (Red+Green+Blue) = 85+93+145=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #555D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D91 is #AAA26E. Grayscale: #606060. Windows color (decimal): -11182703 or 9526613. OLE color: 9526613.

HSL color Cylindrical-coordinate representation of color #555D91: hue angle of 232º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555D91 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8593145-
CMYK0.410.3600.43
HSL232º26.09%45.1%-
HSV(B)232º41.38%56.86%-
XYZ12.7711.828.39-
YUV96.54155.35119.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=26.32%
G=28.79%
B=44.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85931450.410.3600.4323226.0945.1
Hex555D91292402Be81a2d
Octal12513522151440533503255
Binary101010110111011001000110100110010001010111110100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,93,145); }

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

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

 a { background-color: rgb(85,93,145); }

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

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

 span { border-color: rgb(85,93,145); }

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