Html Css Color HEX #566699 Waikawa Grey

📋 copy color: '#566699'

red 86 ◦ green 102 ◦ blue 153

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

Shades of Waikawa Grey #566699

Tints of Waikawa Grey #566699

RGB

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

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

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

R = 25.22%
G = 29.91%
B = 44.87%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#566699 (or 0x566699) is known color: Waikawa Grey. HEX triplet: 56, 66 and 99. RGB value is (86,102,153). Sum of RGB (Red+Green+Blue) = 86+102+153=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #566699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566699 is #A99966. Grayscale: #666666. Windows color (decimal): -11114855 or 10053206. OLE color: 10053206.

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

Color convert

RGB 86 102 153 -
CMYK 0.44 0.33 0 0.4
HSL 225.67º 0.28% 0.47% -
HSV(B) 225.67º 0.44% 0.6% -
XYZ 14.34 13.78 32.04 -
YUV 103.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 86 102 153 0.44 0.33 0 0.4 225.67 0.28 0.47
Hex 56 66 99 2C 21 0 28 E2 1C 2F
Octal 126 146 231 54 41 0 50 342 34 57
Binary 1010110 1100110 10011001 101100 100001 0 101000 11100010 11100 101111

Color Harmonies of #566699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566699

Black with #566699

Text Example


Text Example

White with #566699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566699; }

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

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

background-color css

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

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

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

border-color css

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

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

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