Html Css Color HEX #576E7F Wedgewood

📋 copy color: '#576E7F'

red 87 ◦ green 110 ◦ blue 127

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

Shades of Wedgewood #576E7F

Tints of Wedgewood #576E7F

RGB

 RED value IS 87 (34.38% from 255) = 26.85%

 GREEN value IS 110 (43.36% from 255) = 33.95%

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

R = 26.85%
G = 33.95%
B = 39.2%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#576E7F (or 0x576E7F) is known color: Wedgewood. HEX triplet: 57, 6E and 7F. RGB value is (87,110,127). Sum of RGB (Red+Green+Blue) = 87+110+127=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #576E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E7F is #A89180. Grayscale: #686868. Windows color (decimal): -11047297 or 8351319. OLE color: 8351319.

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

Color convert

RGB 87 110 127 -
CMYK 0.31 0.13 0 0.50
HSL 205.5º 0.19% 0.42% -
HSV(B) 205.5º 0.31% 0.5% -
XYZ 13.34 14.71 22.22 -
YUV 105.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 87 110 127 0.31 0.13 0 0.50 205.5 0.19 0.42
Hex 57 6E 7F 1F D 0 32 CE 13 2A
Octal 127 156 177 37 15 0 62 316 23 52
Binary 1010111 1101110 1111111 11111 1101 0 110010 11001110 10011 101010

Color Harmonies of #576E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576E7F

Black with #576E7F

Text Example


Text Example

White with #576E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576E7F; }

 p { color: rgb(87,110,127); }

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

background-color css

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

 a { background-color: rgb(87,110,127); }

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

border-color css

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

 span { border-color: rgb(87,110,127); }

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