#566090

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

Shades of Governor Bay #566090

Tints of Governor Bay #566090

Color information

#566090 (or 0x566090) is unknown color: approx Governor Bay. HEX triplet: 56, 60 and 90. RGB value is (86,96,144). Sum of RGB (Red+Green+Blue) = 86+96+144=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #566090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566090 is #A99F6F. Grayscale: #626262. Windows color (decimal): -11116400 or 9461846. OLE color: 9461846.

HSL color Cylindrical-coordinate representation of color #566090: hue angle of 229.66º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566090 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8696144-
CMYK0.400.3300.44
HSL229.66º25.22%45.1%-
HSV(B)229.66º40.28%56.47%-
XYZ13.0512.3628.08-
YUV98.48153.69119.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=26.38%
G=29.45%
B=44.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86961440.400.3300.44229.6625.2245.1
Hex566090282102Ce6192d
Octal12614022050410543463155
Binary101011011000001001000010100010000101011001110011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566090; }

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

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

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

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

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

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

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

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