Html Css Color HEX #576F7E Wedgewood

📋 copy color: '#576F7E'

red 87 ◦ green 111 ◦ blue 126

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

Shades of Wedgewood #576F7E

Tints of Wedgewood #576F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.26%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 26.85%
G = 34.26%
B = 38.89%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#576F7E (or 0x576F7E) is known color: Wedgewood. HEX triplet: 57, 6F and 7E. RGB value is (87,111,126). Sum of RGB (Red+Green+Blue) = 87+111+126=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #576F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F7E is #A89081. Grayscale: #696969. Windows color (decimal): -11047042 or 8286039. OLE color: 8286039.

HSL color Cylindrical-coordinate representation of color #576F7E: hue angle of 203.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #576F7E is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 111 126 -
CMYK 0.31 0.12 0 0.51
HSL 203.08º 0.18% 0.42% -
HSV(B) 203.08º 0.31% 0.49% -
XYZ 13.38 14.9 21.91 -
YUV 105.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 87 111 126 0.31 0.12 0 0.51 203.08 0.18 0.42
Hex 57 6F 7E 1F C 0 33 CB 12 2A
Octal 127 157 176 37 14 0 63 313 22 52
Binary 1010111 1101111 1111110 11111 1100 0 110011 11001011 10010 101010

Color Harmonies of #576F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F7E

Black with #576F7E

Text Example


Text Example

White with #576F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,111,126); }

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

background-color css

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

 a { background-color: rgb(87,111,126); }

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

border-color css

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

 span { border-color: rgb(87,111,126); }

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