Html Css Color HEX #576D82 Wedgewood

📋 copy color: '#576D82'

red 87 ◦ green 109 ◦ blue 130

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

Shades of Wedgewood #576D82

Tints of Wedgewood #576D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 26.69%
G = 33.44%
B = 39.88%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576D82 (or 0x576D82) is known color: Wedgewood. HEX triplet: 57, 6D and 82. RGB value is (87,109,130). Sum of RGB (Red+Green+Blue) = 87+109+130=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #576D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D82 is #A8927D. Grayscale: #686868. Windows color (decimal): -11047550 or 8547671. OLE color: 8547671.

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

Color convert

RGB 87 109 130 -
CMYK 0.33 0.16 0 0.49
HSL 209.3º 0.2% 0.43% -
HSV(B) 209.3º 0.33% 0.51% -
XYZ 13.43 14.58 23.22 -
YUV 104.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 87 109 130 0.33 0.16 0 0.49 209.3 0.2 0.43
Hex 57 6D 82 21 10 0 31 D1 14 2B
Octal 127 155 202 41 20 0 61 321 24 53
Binary 1010111 1101101 10000010 100001 10000 0 110001 11010001 10100 101011

Color Harmonies of #576D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D82

Black with #576D82

Text Example


Text Example

White with #576D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,109,130); }

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

background-color css

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

 a { background-color: rgb(87,109,130); }

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

border-color css

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

 span { border-color: rgb(87,109,130); }

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