Html Css Color HEX #566A79 Wedgewood

📋 copy color: '#566A79'

red 86 ◦ green 106 ◦ blue 121

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

Shades of Wedgewood #566A79

Tints of Wedgewood #566A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

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

R = 27.48%
G = 33.87%
B = 38.66%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#566A79 (or 0x566A79) is known color: Wedgewood. HEX triplet: 56, 6A and 79. RGB value is (86,106,121). Sum of RGB (Red+Green+Blue) = 86+106+121=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #566A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A79 is #A99586. Grayscale: #656565. Windows color (decimal): -11113863 or 7957078. OLE color: 7957078.

HSL color Cylindrical-coordinate representation of color #566A79: hue angle of 205.71º 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 #566A79 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 106 121 -
CMYK 0.29 0.12 0 0.53
HSL 205.71º 0.17% 0.41% -
HSV(B) 205.71º 0.29% 0.47% -
XYZ 12.44 13.67 20.07 -
YUV 101.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 86 106 121 0.29 0.12 0 0.53 205.71 0.17 0.41
Hex 56 6A 79 1D C 0 35 CE 11 29
Octal 126 152 171 35 14 0 65 316 21 51
Binary 1010110 1101010 1111001 11101 1100 0 110101 11001110 10001 101001

Color Harmonies of #566A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A79

Black with #566A79

Text Example


Text Example

White with #566A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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