#566095

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

Shades of Governor Bay #566095

Tints of Governor Bay #566095

Color information

#566095 (or 0x566095) is unknown color: approx Governor Bay. HEX triplet: 56, 60 and 95. RGB value is (86,96,149). Sum of RGB (Red+Green+Blue) = 86+96+149=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #566095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566095 is #A99F6A. Grayscale: #626262. Windows color (decimal): -11116395 or 9789526. OLE color: 9789526.

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

Color convert

RGB8696149-
CMYK0.420.3600.42
HSL230.48º26.81%46.08%-
HSV(B)230.48º42.28%58.43%-
XYZ13.4512.5130.14-
YUV99.05156.19118.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=25.98%
G=29.00%
B=45.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86961490.420.3600.42230.4826.8146.08
Hex5660952A2402Ae61b2e
Octal12614022552440523463356
Binary101011011000001001010110101010010001010101110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566095; }

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

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

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

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

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

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

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

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