Html Css Color HEX #566691 Waikawa Grey

📋 copy color: '#566691'

red 86 ◦ green 102 ◦ blue 145

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

Shades of Waikawa Grey #566691

Tints of Waikawa Grey #566691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 25.83%
G = 30.63%
B = 43.54%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566691 (or 0x566691) is known color: Waikawa Grey. HEX triplet: 56, 66 and 91. RGB value is (86,102,145). Sum of RGB (Red+Green+Blue) = 86+102+145=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #566691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566691 is #A9996E. Grayscale: #656565. Windows color (decimal): -11114863 or 9528918. OLE color: 9528918.

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

Color convert

RGB 86 102 145 -
CMYK 0.41 0.30 0 0.43
HSL 223.73º 0.26% 0.45% -
HSV(B) 223.73º 0.41% 0.57% -
XYZ 13.7 13.53 28.68 -
YUV 102.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 86 102 145 0.41 0.30 0 0.43 223.73 0.26 0.45
Hex 56 66 91 29 1E 0 2B E0 1A 2D
Octal 126 146 221 51 36 0 53 340 32 55
Binary 1010110 1100110 10010001 101001 11110 0 101011 11100000 11010 101101

Color Harmonies of #566691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566691

Black with #566691

Text Example


Text Example

White with #566691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566691; }

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

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

background-color css

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

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

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

border-color css

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

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

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