Html Css Color HEX #566394 Waikawa Grey

📋 copy color: '#566394'

red 86 ◦ green 99 ◦ blue 148

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

Shades of Waikawa Grey #566394

Tints of Waikawa Grey #566394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 25.83%
G = 29.73%
B = 44.44%

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

#566394 (or 0x566394) is known color: Waikawa Grey. HEX triplet: 56, 63 and 94. RGB value is (86,99,148). Sum of RGB (Red+Green+Blue) = 86+99+148=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #566394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566394 is #A99C6B. Grayscale: #646464. Windows color (decimal): -11115628 or 9724758. OLE color: 9724758.

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

Color convert

RGB 86 99 148 -
CMYK 0.42 0.33 0 0.42
HSL 227.42º 0.26% 0.46% -
HSV(B) 227.42º 0.42% 0.58% -
XYZ 13.64 13.04 29.81 -
YUV 100.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 86 99 148 0.42 0.33 0 0.42 227.42 0.26 0.46
Hex 56 63 94 2A 21 0 2A E3 1A 2E
Octal 126 143 224 52 41 0 52 343 32 56
Binary 1010110 1100011 10010100 101010 100001 0 101010 11100011 11010 101110

Color Harmonies of #566394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566394

Black with #566394

Text Example


Text Example

White with #566394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566394; }

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

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

background-color css

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

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

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

border-color css

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

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

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