Html Css Color HEX #566A96 Waikawa Grey

📋 copy color: '#566A96'

red 86 ◦ green 106 ◦ blue 150

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

Shades of Waikawa Grey #566A96

Tints of Waikawa Grey #566A96

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 25.15%
G = 30.99%
B = 43.86%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#566A96 (or 0x566A96) is known color: Waikawa Grey. HEX triplet: 56, 6A and 96. RGB value is (86,106,150). Sum of RGB (Red+Green+Blue) = 86+106+150=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #566A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A96 is #A99569. Grayscale: #686868. Windows color (decimal): -11113834 or 9857622. OLE color: 9857622.

HSL color Cylindrical-coordinate representation of color #566A96: hue angle of 221.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566A96 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 106 150 -
CMYK 0.43 0.29 0 0.41
HSL 221.25º 0.27% 0.46% -
HSV(B) 221.25º 0.43% 0.59% -
XYZ 14.5 14.49 30.89 -
YUV 105.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 86 106 150 0.43 0.29 0 0.41 221.25 0.27 0.46
Hex 56 6A 96 2B 1D 0 29 DD 1B 2E
Octal 126 152 226 53 35 0 51 335 33 56
Binary 1010110 1101010 10010110 101011 11101 0 101001 11011101 11011 101110

Color Harmonies of #566A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A96

Black with #566A96

Text Example


Text Example

White with #566A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,106,150); }

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

background-color css

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

 a { background-color: rgb(86,106,150); }

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

border-color css

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

 span { border-color: rgb(86,106,150); }

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