Html Css Color HEX #566291 Waikawa Grey

📋 copy color: '#566291'

red 86 ◦ green 98 ◦ blue 145

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

Shades of Waikawa Grey #566291

Tints of Waikawa Grey #566291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 26.14%
G = 29.79%
B = 44.07%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566291 (or 0x566291) is known color: Waikawa Grey. HEX triplet: 56, 62 and 91. RGB value is (86,98,145). Sum of RGB (Red+Green+Blue) = 86+98+145=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #566291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566291 is #A99D6E. Grayscale: #636363. Windows color (decimal): -11115887 or 9527894. OLE color: 9527894.

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

Color convert

RGB 86 98 145 -
CMYK 0.41 0.32 0 0.43
HSL 227.8º 0.26% 0.45% -
HSV(B) 227.8º 0.41% 0.57% -
XYZ 13.32 12.76 28.55 -
YUV 99.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 86 98 145 0.41 0.32 0 0.43 227.8 0.26 0.45
Hex 56 62 91 29 20 0 2B E4 1A 2D
Octal 126 142 221 51 40 0 53 344 32 55
Binary 1010110 1100010 10010001 101001 100000 0 101011 11100100 11010 101101

Color Harmonies of #566291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566291

Black with #566291

Text Example


Text Example

White with #566291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566291; }

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

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

background-color css

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

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

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

border-color css

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

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

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