#556091

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

Shades of Governor Bay #556091

Tints of Governor Bay #556091

Color information

#556091 (or 0x556091) is unknown color: approx Governor Bay. HEX triplet: 55, 60 and 91. RGB value is (85,96,145). Sum of RGB (Red+Green+Blue) = 85+96+145=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #556091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556091 is #AA9F6E. Grayscale: #626262. Windows color (decimal): -11181935 or 9527381. OLE color: 9527381.

HSL color Cylindrical-coordinate representation of color #556091: hue angle of 229º 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 #556091 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8596145-
CMYK0.410.3400.43
HSL229º26.09%45.1%-
HSV(B)229º41.38%56.86%-
XYZ13.0412.3428.48-
YUV98.3154.36118.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=26.07%
G=29.45%
B=44.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85961450.410.3400.4322926.0945.1
Hex556091292202Be51a2d
Octal12514022151420533453255
Binary101010111000001001000110100110001001010111110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556091; }

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

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

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

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

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

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

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

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