#566197

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

Shades of Governor Bay #566197

Tints of Governor Bay #566197

Color information

#566197 (or 0x566197) is unknown color: approx Governor Bay. HEX triplet: 56, 61 and 97. RGB value is (86,97,151). Sum of RGB (Red+Green+Blue) = 86+97+151=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #566197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566197 is #A99E68. Grayscale: #636363. Windows color (decimal): -11116137 or 9920854. OLE color: 9920854.

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

Color convert

RGB8697151-
CMYK0.430.3600.41
HSL229.85º27.43%46.47%-
HSV(B)229.85º43.05%59.22%-
XYZ13.712.7631.02-
YUV99.87156.86118.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=25.75%
G=29.04%
B=45.21%

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
Decimal86971510.430.3600.41229.8527.4346.47
Hex5661972B24029e61b2e
Octal12614122753440513463356
Binary101011011000011001011110101110010001010011110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566197; }

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

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

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

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

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

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

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

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