#566295

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

Shades of Governor Bay #566295

Tints of Governor Bay #566295

Color information

#566295 (or 0x566295) is unknown color: approx Governor Bay. HEX triplet: 56, 62 and 95. RGB value is (86,98,149). Sum of RGB (Red+Green+Blue) = 86+98+149=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #566295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566295 is #A99D6A. Grayscale: #646464. Windows color (decimal): -11115883 or 9790038. OLE color: 9790038.

HSL color Cylindrical-coordinate representation of color #566295: hue angle of 228.57º 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 #566295 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8698149-
CMYK0.420.3400.42
HSL228.57º26.81%46.08%-
HSV(B)228.57º42.28%58.43%-
XYZ13.6312.8830.2-
YUV100.23155.52117.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=25.83%
G=29.43%
B=44.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86981490.420.3400.42228.5726.8146.08
Hex5662952A2202Ae51b2e
Octal12614222552420523453356
Binary101011011000101001010110101010001001010101110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566295; }

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

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

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

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

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

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

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

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