Html Css Color HEX #576B80 Wedgewood

📋 copy color: '#576B80'

red 87 ◦ green 107 ◦ blue 128

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

Shades of Wedgewood #576B80

Tints of Wedgewood #576B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 27.02%
G = 33.23%
B = 39.75%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#576B80 (or 0x576B80) is known color: Wedgewood. HEX triplet: 57, 6B and 80. RGB value is (87,107,128). Sum of RGB (Red+Green+Blue) = 87+107+128=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: blue. Hex color #576B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B80 is #A8947F. Grayscale: #676767. Windows color (decimal): -11048064 or 8416087. OLE color: 8416087.

HSL color Cylindrical-coordinate representation of color #576B80: hue angle of 210.73º 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 #576B80 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 107 128 -
CMYK 0.32 0.16 0 0.50
HSL 210.73º 0.19% 0.42% -
HSV(B) 210.73º 0.32% 0.5% -
XYZ 13.08 14.1 22.45 -
YUV 103.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 87 107 128 0.32 0.16 0 0.50 210.73 0.19 0.42
Hex 57 6B 80 20 10 0 32 D3 13 2A
Octal 127 153 200 40 20 0 62 323 23 52
Binary 1010111 1101011 10000000 100000 10000 0 110010 11010011 10011 101010

Color Harmonies of #576B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576B80

Black with #576B80

Text Example


Text Example

White with #576B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,107,128); }

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

background-color css

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

 a { background-color: rgb(87,107,128); }

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

border-color css

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

 span { border-color: rgb(87,107,128); }

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