Html Css Color HEX #566694 Waikawa Grey

📋 copy color: '#566694'

red 86 ◦ green 102 ◦ blue 148

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

Shades of Waikawa Grey #566694

Tints of Waikawa Grey #566694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

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

R = 25.6%
G = 30.36%
B = 44.05%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566694 (or 0x566694) is known color: Waikawa Grey. HEX triplet: 56, 66 and 94. RGB value is (86,102,148). Sum of RGB (Red+Green+Blue) = 86+102+148=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #566694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566694 is #A9996B. Grayscale: #666666. Windows color (decimal): -11114860 or 9725526. OLE color: 9725526.

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

Color convert

RGB 86 102 148 -
CMYK 0.42 0.31 0 0.42
HSL 224.52º 0.26% 0.46% -
HSV(B) 224.52º 0.42% 0.58% -
XYZ 13.93 13.62 29.91 -
YUV 102.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 86 102 148 0.42 0.31 0 0.42 224.52 0.26 0.46
Hex 56 66 94 2A 1F 0 2A E1 1A 2E
Octal 126 146 224 52 37 0 52 341 32 56
Binary 1010110 1100110 10010100 101010 11111 0 101010 11100001 11010 101110

Color Harmonies of #566694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566694

Black with #566694

Text Example


Text Example

White with #566694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566694; }

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

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

background-color css

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

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

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

border-color css

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

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

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