#566195

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

Shades of Governor Bay #566195

Tints of Governor Bay #566195

Color information

#566195 (or 0x566195) is unknown color: approx Governor Bay. HEX triplet: 56, 61 and 95. RGB value is (86,97,149). Sum of RGB (Red+Green+Blue) = 86+97+149=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #566195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566195 is #A99E6A. Grayscale: #636363. Windows color (decimal): -11116139 or 9789782. OLE color: 9789782.

HSL color Cylindrical-coordinate representation of color #566195: hue angle of 229.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #566195 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8697149-
CMYK0.420.3500.42
HSL229.52º26.81%46.08%-
HSV(B)229.52º42.28%58.43%-
XYZ13.5412.730.17-
YUV99.64155.86118.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=25.90%
G=29.22%
B=44.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86971490.420.3500.42229.5226.8146.08
Hex5661952A2302Ae61b2e
Octal12614122552430523463356
Binary101011011000011001010110101010001101010101110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566195; }

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

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

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

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

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

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

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

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