#566591

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

Shades of Waikawa Grey #566591

Tints of Waikawa Grey #566591

Color information

#566591 (or 0x566591) is unknown color: approx Waikawa Grey. HEX triplet: 56, 65 and 91. RGB value is (86,101,145). Sum of RGB (Red+Green+Blue) = 86+101+145=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #566591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566591 is #A99A6E. Grayscale: #656565. Windows color (decimal): -11115119 or 9528662. OLE color: 9528662.

HSL color Cylindrical-coordinate representation of color #566591: hue angle of 224.75º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566591 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86101145-
CMYK0.410.3000.43
HSL224.75º25.54%45.29%-
HSV(B)224.75º40.69%56.86%-
XYZ13.613.3328.64-
YUV101.53152.53116.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=25.90%
G=30.42%
B=43.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861011450.410.3000.43224.7525.5445.29
Hex566591291E02Be11a2d
Octal12614522151360533413255
Binary10101101100101100100011010011111001010111110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566591; }

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

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

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

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

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

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

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

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