Html Css Color HEX #566492 Waikawa Grey

📋 copy color: '#566492'

red 86 ◦ green 100 ◦ blue 146

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

Shades of Waikawa Grey #566492

Tints of Waikawa Grey #566492

RGB

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

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

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

R = 25.9%
G = 30.12%
B = 43.98%

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

#566492 (or 0x566492) is known color: Waikawa Grey. HEX triplet: 56, 64 and 92. RGB value is (86,100,146). Sum of RGB (Red+Green+Blue) = 86+100+146=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #566492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566492 is #A99B6D. Grayscale: #646464. Windows color (decimal): -11115374 or 9593942. OLE color: 9593942.

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

Color convert

RGB 86 100 146 -
CMYK 0.41 0.32 0 0.43
HSL 226º 0.26% 0.45% -
HSV(B) 226º 0.41% 0.57% -
XYZ 13.58 13.17 29.02 -
YUV 101.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 86 100 146 0.41 0.32 0 0.43 226 0.26 0.45
Hex 56 64 92 29 20 0 2B E2 1A 2D
Octal 126 144 222 51 40 0 53 342 32 55
Binary 1010110 1100100 10010010 101001 100000 0 101011 11100010 11010 101101

Color Harmonies of #566492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566492

Black with #566492

Text Example


Text Example

White with #566492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566492; }

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

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

background-color css

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

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

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

border-color css

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

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

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