Html Css Color HEX #566D96 Waikawa Grey

📋 copy color: '#566D96'

red 86 ◦ green 109 ◦ blue 150

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

Shades of Waikawa Grey #566D96

Tints of Waikawa Grey #566D96

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

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

R = 24.93%
G = 31.59%
B = 43.48%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#566D96 (or 0x566D96) is known color: Waikawa Grey. HEX triplet: 56, 6D and 96. RGB value is (86,109,150). Sum of RGB (Red+Green+Blue) = 86+109+150=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #566D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D96 is #A99269. Grayscale: #6A6A6A. Windows color (decimal): -11113066 or 9858390. OLE color: 9858390.

HSL color Cylindrical-coordinate representation of color #566D96: hue angle of 218.44º 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 #566D96 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 109 150 -
CMYK 0.43 0.27 0 0.41
HSL 218.44º 0.27% 0.46% -
HSV(B) 218.44º 0.43% 0.59% -
XYZ 14.81 15.12 30.99 -
YUV 106.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 86 109 150 0.43 0.27 0 0.41 218.44 0.27 0.46
Hex 56 6D 96 2B 1B 0 29 DA 1B 2E
Octal 126 155 226 53 33 0 51 332 33 56
Binary 1010110 1101101 10010110 101011 11011 0 101001 11011010 11011 101110

Color Harmonies of #566D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D96

Black with #566D96

Text Example


Text Example

White with #566D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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