Html Css Color HEX #576A7F Wedgewood

📋 copy color: '#576A7F'

red 87 ◦ green 106 ◦ blue 127

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

Shades of Wedgewood #576A7F

Tints of Wedgewood #576A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

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

R = 27.19%
G = 33.13%
B = 39.69%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#576A7F (or 0x576A7F) is known color: Wedgewood. HEX triplet: 57, 6A and 7F. RGB value is (87,106,127). Sum of RGB (Red+Green+Blue) = 87+106+127=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #576A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A7F is #A89580. Grayscale: #666666. Windows color (decimal): -11048321 or 8350295. OLE color: 8350295.

HSL color Cylindrical-coordinate representation of color #576A7F: hue angle of 211.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 #576A7F is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 106 127 -
CMYK 0.31 0.17 0 0.50
HSL 211.5º 0.19% 0.42% -
HSV(B) 211.5º 0.31% 0.5% -
XYZ 12.92 13.87 22.07 -
YUV 102.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 87 106 127 0.31 0.17 0 0.50 211.5 0.19 0.42
Hex 57 6A 7F 1F 11 0 32 D4 13 2A
Octal 127 152 177 37 21 0 62 324 23 52
Binary 1010111 1101010 1111111 11111 10001 0 110010 11010100 10011 101010

Color Harmonies of #576A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A7F

Black with #576A7F

Text Example


Text Example

White with #576A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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