Html Css Color HEX #576D84 Wedgewood

📋 copy color: '#576D84'

red 87 ◦ green 109 ◦ blue 132

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

Shades of Wedgewood #576D84

Tints of Wedgewood #576D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 26.52%
G = 33.23%
B = 40.24%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#576D84 (or 0x576D84) is known color: Wedgewood. HEX triplet: 57, 6D and 84. RGB value is (87,109,132). Sum of RGB (Red+Green+Blue) = 87+109+132=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #576D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D84 is #A8927B. Grayscale: #686868. Windows color (decimal): -11047548 or 8678743. OLE color: 8678743.

HSL color Cylindrical-coordinate representation of color #576D84: hue angle of 210.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #576D84 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 109 132 -
CMYK 0.34 0.17 0 0.48
HSL 210.67º 0.21% 0.43% -
HSV(B) 210.67º 0.34% 0.52% -
XYZ 13.56 14.63 23.94 -
YUV 105.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 87 109 132 0.34 0.17 0 0.48 210.67 0.21 0.43
Hex 57 6D 84 22 11 0 30 D3 15 2B
Octal 127 155 204 42 21 0 60 323 25 53
Binary 1010111 1101101 10000100 100010 10001 0 110000 11010011 10101 101011

Color Harmonies of #576D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D84

Black with #576D84

Text Example


Text Example

White with #576D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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