#566595

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

Shades of Waikawa Grey #566595

Tints of Waikawa Grey #566595

Color information

#566595 (or 0x566595) is unknown color: approx Waikawa Grey. HEX triplet: 56, 65 and 95. RGB value is (86,101,149). Sum of RGB (Red+Green+Blue) = 86+101+149=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #566595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566595 is #A99A6A. Grayscale: #656565. Windows color (decimal): -11115115 or 9790806. OLE color: 9790806.

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

Color convert

RGB86101149-
CMYK0.420.3200.42
HSL225.71º26.81%46.08%-
HSV(B)225.71º42.28%58.43%-
XYZ13.9213.4630.3-
YUV101.99154.53116.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=25.60%
G=30.06%
B=44.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861011490.420.3200.42225.7126.8146.08
Hex5665952A2002Ae21b2e
Octal12614522552400523423356
Binary101011011001011001010110101010000001010101110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566595; }

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

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

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

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

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

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

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

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