Html Css Color HEX #566C99 Waikawa Grey

📋 copy color: '#566C99'

red 86 ◦ green 108 ◦ blue 153

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

Shades of Waikawa Grey #566C99

Tints of Waikawa Grey #566C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

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

R = 24.78%
G = 31.12%
B = 44.09%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#566C99 (or 0x566C99) is known color: Waikawa Grey. HEX triplet: 56, 6C and 99. RGB value is (86,108,153). Sum of RGB (Red+Green+Blue) = 86+108+153=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #566C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C99 is #A99366. Grayscale: #6A6A6A. Windows color (decimal): -11113319 or 10054742. OLE color: 10054742.

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

Color convert

RGB 86 108 153 -
CMYK 0.44 0.29 0 0.4
HSL 220.3º 0.28% 0.47% -
HSV(B) 220.3º 0.44% 0.6% -
XYZ 14.95 15 32.25 -
YUV 106.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 86 108 153 0.44 0.29 0 0.4 220.3 0.28 0.47
Hex 56 6C 99 2C 1D 0 28 DC 1C 2F
Octal 126 154 231 54 35 0 50 334 34 57
Binary 1010110 1101100 10011001 101100 11101 0 101000 11011100 11100 101111

Color Harmonies of #566C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C99

Black with #566C99

Text Example


Text Example

White with #566C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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