Html Css Color HEX #566392 Waikawa Grey

📋 copy color: '#566392'

red 86 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #566392

Tints of Waikawa Grey #566392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 25.98%
G = 29.91%
B = 44.11%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566392 (or 0x566392) is known color: Waikawa Grey. HEX triplet: 56, 63 and 92. RGB value is (86,99,146). Sum of RGB (Red+Green+Blue) = 86+99+146=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #566392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566392 is #A99C6D. Grayscale: #646464. Windows color (decimal): -11115630 or 9593686. OLE color: 9593686.

HSL color Cylindrical-coordinate representation of color #566392: hue angle of 227º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566392 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 99 146 -
CMYK 0.41 0.32 0 0.43
HSL 227º 0.26% 0.45% -
HSV(B) 227º 0.41% 0.57% -
XYZ 13.49 12.98 28.99 -
YUV 100.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 86 99 146 0.41 0.32 0 0.43 227 0.26 0.45
Hex 56 63 92 29 20 0 2B E3 1A 2D
Octal 126 143 222 51 40 0 53 343 32 55
Binary 1010110 1100011 10010010 101001 100000 0 101011 11100011 11010 101101

Color Harmonies of #566392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566392

Black with #566392

Text Example


Text Example

White with #566392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566392; }

 p { color: rgb(86,99,146); }

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

background-color css

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

 a { background-color: rgb(86,99,146); }

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

border-color css

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

 span { border-color: rgb(86,99,146); }

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