Html Css Color HEX #566979 Wedgewood

📋 copy color: '#566979'

red 86 ◦ green 105 ◦ blue 121

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

Shades of Wedgewood #566979

Tints of Wedgewood #566979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 27.56%
G = 33.65%
B = 38.78%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#566979 (or 0x566979) is known color: Wedgewood. HEX triplet: 56, 69 and 79. RGB value is (86,105,121). Sum of RGB (Red+Green+Blue) = 86+105+121=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #566979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566979 is #A99686. Grayscale: #656565. Windows color (decimal): -11114119 or 7956822. OLE color: 7956822.

HSL color Cylindrical-coordinate representation of color #566979: hue angle of 207.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #566979 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 105 121 -
CMYK 0.29 0.13 0 0.53
HSL 207.43º 0.17% 0.41% -
HSV(B) 207.43º 0.29% 0.47% -
XYZ 12.34 13.46 20.04 -
YUV 101.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 86 105 121 0.29 0.13 0 0.53 207.43 0.17 0.41
Hex 56 69 79 1D D 0 35 CF 11 29
Octal 126 151 171 35 15 0 65 317 21 51
Binary 1010110 1101001 1111001 11101 1101 0 110101 11001111 10001 101001

Color Harmonies of #566979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566979

Black with #566979

Text Example


Text Example

White with #566979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566979; }

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

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

background-color css

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

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

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

border-color css

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

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

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