#556096

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

Shades of Governor Bay #556096

Tints of Governor Bay #556096

Color information

#556096 (or 0x556096) is unknown color: approx Governor Bay. HEX triplet: 55, 60 and 96. RGB value is (85,96,150). Sum of RGB (Red+Green+Blue) = 85+96+150=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #556096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556096 is #AA9F69. Grayscale: #626262. Windows color (decimal): -11181930 or 9855061. OLE color: 9855061.

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

Color convert

RGB8596150-
CMYK0.430.3600.41
HSL229.85º27.66%46.08%-
HSV(B)229.85º43.33%58.82%-
XYZ13.4312.530.56-
YUV98.87156.86118.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=25.68%
G=29.00%
B=45.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85961500.430.3600.41229.8527.6646.08
Hex5560962B24029e61c2e
Octal12514022653440513463456
Binary101010111000001001011010101110010001010011110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556096; }

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

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

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

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

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

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

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

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