Html Css Color HEX #566899 Waikawa Grey

📋 copy color: '#566899'

red 86 ◦ green 104 ◦ blue 153

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

Shades of Waikawa Grey #566899

Tints of Waikawa Grey #566899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

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

R = 25.07%
G = 30.32%
B = 44.61%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#566899 (or 0x566899) is known color: Waikawa Grey. HEX triplet: 56, 68 and 99. RGB value is (86,104,153). Sum of RGB (Red+Green+Blue) = 86+104+153=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #566899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566899 is #A99766. Grayscale: #676767. Windows color (decimal): -11114343 or 10053718. OLE color: 10053718.

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

Color convert

RGB 86 104 153 -
CMYK 0.44 0.32 0 0.4
HSL 223.88º 0.28% 0.47% -
HSV(B) 223.88º 0.44% 0.6% -
XYZ 14.54 14.18 32.11 -
YUV 104.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 86 104 153 0.44 0.32 0 0.4 223.88 0.28 0.47
Hex 56 68 99 2C 20 0 28 E0 1C 2F
Octal 126 150 231 54 40 0 50 340 34 57
Binary 1010110 1101000 10011001 101100 100000 0 101000 11100000 11100 101111

Color Harmonies of #566899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566899

Black with #566899

Text Example


Text Example

White with #566899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566899; }

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

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

background-color css

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

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

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

border-color css

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

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

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