Html Css Color HEX #566490 Waikawa Grey

📋 copy color: '#566490'

red 86 ◦ green 100 ◦ blue 144

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

Shades of Waikawa Grey #566490

Tints of Waikawa Grey #566490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 26.06%
G = 30.3%
B = 43.64%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566490 (or 0x566490) is known color: Waikawa Grey. HEX triplet: 56, 64 and 90. RGB value is (86,100,144). Sum of RGB (Red+Green+Blue) = 86+100+144=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #566490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566490 is #A99B6F. Grayscale: #646464. Windows color (decimal): -11115376 or 9462870. OLE color: 9462870.

HSL color Cylindrical-coordinate representation of color #566490: hue angle of 225.52º 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 #566490 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 100 144 -
CMYK 0.40 0.31 0 0.44
HSL 225.52º 0.25% 0.45% -
HSV(B) 225.52º 0.4% 0.56% -
XYZ 13.43 13.11 28.21 -
YUV 100.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 86 100 144 0.40 0.31 0 0.44 225.52 0.25 0.45
Hex 56 64 90 28 1F 0 2C E2 19 2D
Octal 126 144 220 50 37 0 54 342 31 55
Binary 1010110 1100100 10010000 101000 11111 0 101100 11100010 11001 101101

Color Harmonies of #566490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566490

Black with #566490

Text Example


Text Example

White with #566490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566490; }

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

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

background-color css

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

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

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

border-color css

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

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

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