Html Css Color HEX #566495 Waikawa Grey

📋 copy color: '#566495'

red 86 ◦ green 100 ◦ blue 149

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

Shades of Waikawa Grey #566495

Tints of Waikawa Grey #566495

RGB

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

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

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

R = 25.67%
G = 29.85%
B = 44.48%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566495 (or 0x566495) is known color: Waikawa Grey. HEX triplet: 56, 64 and 95. RGB value is (86,100,149). Sum of RGB (Red+Green+Blue) = 86+100+149=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #566495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566495 is #A99B6A. Grayscale: #656565. Windows color (decimal): -11115371 or 9790550. OLE color: 9790550.

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

Color convert

RGB 86 100 149 -
CMYK 0.42 0.33 0 0.42
HSL 226.67º 0.27% 0.46% -
HSV(B) 226.67º 0.42% 0.58% -
XYZ 13.82 13.26 30.27 -
YUV 101.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 86 100 149 0.42 0.33 0 0.42 226.67 0.27 0.46
Hex 56 64 95 2A 21 0 2A E3 1B 2E
Octal 126 144 225 52 41 0 52 343 33 56
Binary 1010110 1100100 10010101 101010 100001 0 101010 11100011 11011 101110

Color Harmonies of #566495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566495

Black with #566495

Text Example


Text Example

White with #566495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566495; }

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

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

background-color css

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

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

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

border-color css

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

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

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