Html Css Color HEX #566992 Waikawa Grey

📋 copy color: '#566992'

red 86 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #566992

Tints of Waikawa Grey #566992

RGB

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

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

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

R = 25.52%
G = 31.16%
B = 43.32%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566992 (or 0x566992) is known color: Waikawa Grey. HEX triplet: 56, 69 and 92. RGB value is (86,105,146). Sum of RGB (Red+Green+Blue) = 86+105+146=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #566992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566992 is #A9966D. Grayscale: #676767. Windows color (decimal): -11114094 or 9595222. OLE color: 9595222.

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

Color convert

RGB 86 105 146 -
CMYK 0.41 0.28 0 0.43
HSL 221º 0.26% 0.45% -
HSV(B) 221º 0.41% 0.57% -
XYZ 14.08 14.16 29.18 -
YUV 103.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 86 105 146 0.41 0.28 0 0.43 221 0.26 0.45
Hex 56 69 92 29 1C 0 2B DD 1A 2D
Octal 126 151 222 51 34 0 53 335 32 55
Binary 1010110 1101001 10010010 101001 11100 0 101011 11011101 11010 101101

Color Harmonies of #566992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566992

Black with #566992

Text Example


Text Example

White with #566992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566992; }

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

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

background-color css

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

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

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

border-color css

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

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

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