#566198

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

Shades of Governor Bay #566198

Tints of Governor Bay #566198

Color information

#566198 (or 0x566198) is unknown color: approx Governor Bay. HEX triplet: 56, 61 and 98. RGB value is (86,97,152). Sum of RGB (Red+Green+Blue) = 86+97+152=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #566198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566198 is #A99E67. Grayscale: #636363. Windows color (decimal): -11116136 or 9986390. OLE color: 9986390.

HSL color Cylindrical-coordinate representation of color #566198: hue angle of 230º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566198 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8697152-
CMYK0.430.3600.40
HSL230º27.73%46.67%-
HSV(B)230º43.42%59.61%-
XYZ13.7812.7931.45-
YUV99.98157.36118.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=25.67%
G=28.96%
B=45.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86971520.430.3600.4023027.7346.67
Hex5661982B24028e61c2f
Octal12614123053440503463457
Binary101011011000011001100010101110010001010001110011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566198; }

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

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

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

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

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

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

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

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