Html Css Color HEX #566995 Waikawa Grey

📋 copy color: '#566995'

red 86 ◦ green 105 ◦ blue 149

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

Shades of Waikawa Grey #566995

Tints of Waikawa Grey #566995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 25.29%
G = 30.88%
B = 43.82%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566995 (or 0x566995) is known color: Waikawa Grey. HEX triplet: 56, 69 and 95. RGB value is (86,105,149). Sum of RGB (Red+Green+Blue) = 86+105+149=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #566995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566995 is #A9966A. Grayscale: #686868. Windows color (decimal): -11114091 or 9791830. OLE color: 9791830.

HSL color Cylindrical-coordinate representation of color #566995: hue angle of 221.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #566995 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 105 149 -
CMYK 0.42 0.30 0 0.42
HSL 221.9º 0.27% 0.46% -
HSV(B) 221.9º 0.42% 0.58% -
XYZ 14.31 14.25 30.43 -
YUV 104.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 86 105 149 0.42 0.30 0 0.42 221.9 0.27 0.46
Hex 56 69 95 2A 1E 0 2A DE 1B 2E
Octal 126 151 225 52 36 0 52 336 33 56
Binary 1010110 1101001 10010101 101010 11110 0 101010 11011110 11011 101110

Color Harmonies of #566995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566995

Black with #566995

Text Example


Text Example

White with #566995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566995; }

 p { color: rgb(86,105,149); }

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

background-color css

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

 a { background-color: rgb(86,105,149); }

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

border-color css

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

 span { border-color: rgb(86,105,149); }

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