Html Css Color HEX #566993 Waikawa Grey

📋 copy color: '#566993'

red 86 ◦ green 105 ◦ blue 147

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

Shades of Waikawa Grey #566993

Tints of Waikawa Grey #566993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 25.44%
G = 31.07%
B = 43.49%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566993 (or 0x566993) is known color: Waikawa Grey. HEX triplet: 56, 69 and 93. RGB value is (86,105,147). Sum of RGB (Red+Green+Blue) = 86+105+147=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #566993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566993 is #A9966C. Grayscale: #676767. Windows color (decimal): -11114093 or 9660758. OLE color: 9660758.

HSL color Cylindrical-coordinate representation of color #566993: hue angle of 221.31º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566993 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 105 147 -
CMYK 0.41 0.29 0 0.42
HSL 221.31º 0.26% 0.46% -
HSV(B) 221.31º 0.41% 0.58% -
XYZ 14.16 14.19 29.6 -
YUV 104.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 86 105 147 0.41 0.29 0 0.42 221.31 0.26 0.46
Hex 56 69 93 29 1D 0 2A DD 1A 2E
Octal 126 151 223 51 35 0 52 335 32 56
Binary 1010110 1101001 10010011 101001 11101 0 101010 11011101 11010 101110

Color Harmonies of #566993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566993

Black with #566993

Text Example


Text Example

White with #566993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566993; }

 p { color: rgb(86,105,147); }

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

background-color css

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

 a { background-color: rgb(86,105,147); }

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

border-color css

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

 span { border-color: rgb(86,105,147); }

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