#566795

Color #566795 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #566795

Tints of Waikawa Grey #566795

Color information

#566795 (or 0x566795) is unknown color: approx Waikawa Grey. HEX triplet: 56, 67 and 95. RGB value is (86,103,149). Sum of RGB (Red+Green+Blue) = 86+103+149=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #566795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566795 is #A9986A. Grayscale: #666666. Windows color (decimal): -11114603 or 9791318. OLE color: 9791318.

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

Color convert

RGB86103149-
CMYK0.420.3100.42
HSL223.81º26.81%46.08%-
HSV(B)223.81º42.28%58.43%-
XYZ14.1113.8530.36-
YUV103.16153.87115.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=25.44%
G=30.47%
B=44.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861031490.420.3100.42223.8126.8146.08
Hex5667952A1F02Ae01b2e
Octal12614722552370523403356
Binary10101101100111100101011010101111101010101110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566795; }

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

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

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

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

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

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

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

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