Html Css Color HEX #566991 Waikawa Grey

📋 copy color: '#566991'

red 86 ◦ green 105 ◦ blue 145

#566991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #566991

Tints of Waikawa Grey #566991

RGB

 RED value IS 86 (33.98% from 255) = 25.6%

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 25.6%
G = 31.25%
B = 43.15%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566991 (or 0x566991) is known color: Waikawa Grey. HEX triplet: 56, 69 and 91. RGB value is (86,105,145). Sum of RGB (Red+Green+Blue) = 86+105+145=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #566991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566991 is #A9966E. Grayscale: #676767. Windows color (decimal): -11114095 or 9529686. OLE color: 9529686.

HSL color Cylindrical-coordinate representation of color #566991: hue angle of 220.68º 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 #566991 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 105 145 -
CMYK 0.41 0.28 0 0.43
HSL 220.68º 0.26% 0.45% -
HSV(B) 220.68º 0.41% 0.57% -
XYZ 14 14.13 28.78 -
YUV 103.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 86 105 145 0.41 0.28 0 0.43 220.68 0.26 0.45
Hex 56 69 91 29 1C 0 2B DD 1A 2D
Octal 126 151 221 51 34 0 53 335 32 55
Binary 1010110 1101001 10010001 101001 11100 0 101011 11011101 11010 101101

Color Harmonies of #566991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566991

Black with #566991

Text Example


Text Example

White with #566991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566991; }

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

 H1.HeaderClassName
 {
   color: #566991;
 }
 .AnyTagClassName
 {
   color: #566991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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