Html Css Color HEX #576E81 Wedgewood

📋 copy color: '#576E81'

red 87 ◦ green 110 ◦ blue 129

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

Shades of Wedgewood #576E81

Tints of Wedgewood #576E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 26.69%
G = 33.74%
B = 39.57%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576E81 (or 0x576E81) is known color: Wedgewood. HEX triplet: 57, 6E and 81. RGB value is (87,110,129). Sum of RGB (Red+Green+Blue) = 87+110+129=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #576E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E81 is #A8917E. Grayscale: #696969. Windows color (decimal): -11047295 or 8482391. OLE color: 8482391.

HSL color Cylindrical-coordinate representation of color #576E81: hue angle of 207.14º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576E81 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 110 129 -
CMYK 0.33 0.15 0 0.49
HSL 207.14º 0.19% 0.42% -
HSV(B) 207.14º 0.33% 0.51% -
XYZ 13.47 14.76 22.91 -
YUV 105.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 87 110 129 0.33 0.15 0 0.49 207.14 0.19 0.42
Hex 57 6E 81 21 F 0 31 CF 13 2A
Octal 127 156 201 41 17 0 61 317 23 52
Binary 1010111 1101110 10000001 100001 1111 0 110001 11001111 10011 101010

Color Harmonies of #576E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576E81

Black with #576E81

Text Example


Text Example

White with #576E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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