Html Css Color HEX #566594 Waikawa Grey

📋 copy color: '#566594'

red 86 ◦ green 101 ◦ blue 148

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

Shades of Waikawa Grey #566594

Tints of Waikawa Grey #566594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 25.67%
G = 30.15%
B = 44.18%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566594 (or 0x566594) is known color: Waikawa Grey. HEX triplet: 56, 65 and 94. RGB value is (86,101,148). Sum of RGB (Red+Green+Blue) = 86+101+148=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #566594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566594 is #A99A6B. Grayscale: #656565. Windows color (decimal): -11115116 or 9725270. OLE color: 9725270.

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

Color convert

RGB 86 101 148 -
CMYK 0.42 0.32 0 0.42
HSL 225.48º 0.26% 0.46% -
HSV(B) 225.48º 0.42% 0.58% -
XYZ 13.84 13.42 29.88 -
YUV 101.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 86 101 148 0.42 0.32 0 0.42 225.48 0.26 0.46
Hex 56 65 94 2A 20 0 2A E1 1A 2E
Octal 126 145 224 52 40 0 52 341 32 56
Binary 1010110 1100101 10010100 101010 100000 0 101010 11100001 11010 101110

Color Harmonies of #566594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566594

Black with #566594

Text Example


Text Example

White with #566594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566594; }

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

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

background-color css

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

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

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

border-color css

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

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

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