#556196

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

Shades of Governor Bay #556196

Tints of Governor Bay #556196

Color information

#556196 (or 0x556196) is unknown color: approx Governor Bay. HEX triplet: 55, 61 and 96. RGB value is (85,97,150). Sum of RGB (Red+Green+Blue) = 85+97+150=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #556196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556196 is #AA9E69. Grayscale: #636363. Windows color (decimal): -11181674 or 9855317. OLE color: 9855317.

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

Color convert

RGB8597150-
CMYK0.430.3500.41
HSL228.92º27.66%46.08%-
HSV(B)228.92º43.33%58.82%-
XYZ13.5312.6830.59-
YUV99.45156.52117.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=25.60%
G=29.22%
B=45.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85971500.430.3500.41228.9227.6646.08
Hex5561962B23029e51c2e
Octal12514122653430513453456
Binary101010111000011001011010101110001101010011110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556196; }

 p { color: rgb(85,97,150); }

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

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

 a { background-color: rgb(85,97,150); }

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

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

 span { border-color: rgb(85,97,150); }

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