Html Css Color HEX #566D7F Wedgewood

📋 copy color: '#566D7F'

red 86 ◦ green 109 ◦ blue 127

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

Shades of Wedgewood #566D7F

Tints of Wedgewood #566D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 26.71%
G = 33.85%
B = 39.44%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#566D7F (or 0x566D7F) is known color: Wedgewood. HEX triplet: 56, 6D and 7F. RGB value is (86,109,127). Sum of RGB (Red+Green+Blue) = 86+109+127=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #566D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D7F is #A99280. Grayscale: #686868. Windows color (decimal): -11113089 or 8351062. OLE color: 8351062.

HSL color Cylindrical-coordinate representation of color #566D7F: hue angle of 206.34º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #566D7F is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 109 127 -
CMYK 0.32 0.14 0 0.50
HSL 206.34º 0.19% 0.42% -
HSV(B) 206.34º 0.32% 0.5% -
XYZ 13.14 14.45 22.18 -
YUV 104.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 86 109 127 0.32 0.14 0 0.50 206.34 0.19 0.42
Hex 56 6D 7F 20 E 0 32 CE 13 2A
Octal 126 155 177 40 16 0 62 316 23 52
Binary 1010110 1101101 1111111 100000 1110 0 110010 11001110 10011 101010

Color Harmonies of #566D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D7F

Black with #566D7F

Text Example


Text Example

White with #566D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,109,127); }

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

background-color css

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

 a { background-color: rgb(86,109,127); }

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

border-color css

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

 span { border-color: rgb(86,109,127); }

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