Html Css Color HEX #576A7C Wedgewood

📋 copy color: '#576A7C'

red 87 ◦ green 106 ◦ blue 124

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

Shades of Wedgewood #576A7C

Tints of Wedgewood #576A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 27.44%
G = 33.44%
B = 39.12%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#576A7C (or 0x576A7C) is known color: Wedgewood. HEX triplet: 57, 6A and 7C. RGB value is (87,106,124). Sum of RGB (Red+Green+Blue) = 87+106+124=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #576A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A7C is #A89583. Grayscale: #666666. Windows color (decimal): -11048324 or 8153687. OLE color: 8153687.

HSL color Cylindrical-coordinate representation of color #576A7C: hue angle of 209.19º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #576A7C is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 106 124 -
CMYK 0.30 0.15 0 0.51
HSL 209.19º 0.18% 0.41% -
HSV(B) 209.19º 0.3% 0.49% -
XYZ 12.72 13.79 21.06 -
YUV 102.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 87 106 124 0.30 0.15 0 0.51 209.19 0.18 0.41
Hex 57 6A 7C 1E F 0 33 D1 12 29
Octal 127 152 174 36 17 0 63 321 22 51
Binary 1010111 1101010 1111100 11110 1111 0 110011 11010001 10010 101001

Color Harmonies of #576A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A7C

Black with #576A7C

Text Example


Text Example

White with #576A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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