Html Css Color HEX #566499 Waikawa Grey

📋 copy color: '#566499'

red 86 ◦ green 100 ◦ blue 153

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

Shades of Waikawa Grey #566499

Tints of Waikawa Grey #566499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 25.37%
G = 29.5%
B = 45.13%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#566499 (or 0x566499) is known color: Waikawa Grey. HEX triplet: 56, 64 and 99. RGB value is (86,100,153). Sum of RGB (Red+Green+Blue) = 86+100+153=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #566499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566499 is #A99B66. Grayscale: #656565. Windows color (decimal): -11115367 or 10052694. OLE color: 10052694.

HSL color Cylindrical-coordinate representation of color #566499: hue angle of 227.46º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #566499 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 100 153 -
CMYK 0.44 0.35 0 0.4
HSL 227.46º 0.28% 0.47% -
HSV(B) 227.46º 0.44% 0.6% -
XYZ 14.14 13.39 31.98 -
YUV 101.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 86 100 153 0.44 0.35 0 0.4 227.46 0.28 0.47
Hex 56 64 99 2C 23 0 28 E3 1C 2F
Octal 126 144 231 54 43 0 50 343 34 57
Binary 1010110 1100100 10011001 101100 100011 0 101000 11100011 11100 101111

Color Harmonies of #566499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566499

Black with #566499

Text Example


Text Example

White with #566499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566499; }

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

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

background-color css

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

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

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

border-color css

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

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

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