#556197

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

Shades of Governor Bay #556197

Tints of Governor Bay #556197

Color information

#556197 (or 0x556197) is unknown color: approx Governor Bay. HEX triplet: 55, 61 and 97. RGB value is (85,97,151). Sum of RGB (Red+Green+Blue) = 85+97+151=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #556197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556197 is #AA9E68. Grayscale: #636363. Windows color (decimal): -11181673 or 9920853. OLE color: 9920853.

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

Color convert

RGB8597151-
CMYK0.440.3600.41
HSL229.09º27.97%46.27%-
HSV(B)229.09º43.71%59.22%-
XYZ13.6112.7231.02-
YUV99.57157.02117.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=25.53%
G=29.13%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85971510.440.3600.41229.0927.9746.27
Hex5561972C24029e51c2e
Octal12514122754440513453456
Binary101010111000011001011110110010010001010011110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556197; }

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

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

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

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

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

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

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

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