Html Css Color HEX #566990 Waikawa Grey

📋 copy color: '#566990'

red 86 ◦ green 105 ◦ blue 144

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

Shades of Waikawa Grey #566990

Tints of Waikawa Grey #566990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 25.67%
G = 31.34%
B = 42.99%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566990 (or 0x566990) is known color: Waikawa Grey. HEX triplet: 56, 69 and 90. RGB value is (86,105,144). Sum of RGB (Red+Green+Blue) = 86+105+144=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #566990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566990 is #A9966F. Grayscale: #676767. Windows color (decimal): -11114096 or 9464150. OLE color: 9464150.

HSL color Cylindrical-coordinate representation of color #566990: hue angle of 220.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566990 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 105 144 -
CMYK 0.40 0.27 0 0.44
HSL 220.34º 0.25% 0.45% -
HSV(B) 220.34º 0.4% 0.56% -
XYZ 13.92 14.1 28.37 -
YUV 103.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 86 105 144 0.40 0.27 0 0.44 220.34 0.25 0.45
Hex 56 69 90 28 1B 0 2C DC 19 2D
Octal 126 151 220 50 33 0 54 334 31 55
Binary 1010110 1101001 10010000 101000 11011 0 101100 11011100 11001 101101

Color Harmonies of #566990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566990

Black with #566990

Text Example


Text Example

White with #566990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566990; }

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

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

background-color css

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

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

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

border-color css

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

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

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