Html Css Color HEX #57697C Wedgewood

📋 copy color: '#57697C'

red 87 ◦ green 105 ◦ blue 124

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

Shades of Wedgewood #57697C

Tints of Wedgewood #57697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 27.53%
G = 33.23%
B = 39.24%

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

#57697C (or 0x57697C) is known color: Wedgewood. HEX triplet: 57, 69 and 7C. RGB value is (87,105,124). Sum of RGB (Red+Green+Blue) = 87+105+124=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #57697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57697C is #A89683. Grayscale: #656565. Windows color (decimal): -11048580 or 8153431. OLE color: 8153431.

HSL color Cylindrical-coordinate representation of color #57697C: hue angle of 210.81º 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 #57697C is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 105 124 -
CMYK 0.30 0.15 0 0.51
HSL 210.81º 0.18% 0.41% -
HSV(B) 210.81º 0.3% 0.49% -
XYZ 12.62 13.58 21.03 -
YUV 101.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 87 105 124 0.30 0.15 0 0.51 210.81 0.18 0.41
Hex 57 69 7C 1E F 0 33 D3 12 29
Octal 127 151 174 36 17 0 63 323 22 51
Binary 1010111 1101001 1111100 11110 1111 0 110011 11010011 10010 101001

Color Harmonies of #57697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57697C

Black with #57697C

Text Example


Text Example

White with #57697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57697C; }

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

 H1.HeaderClassName
 {
   color: #57697C;
 }
 .AnyTagClassName
 {
   color: #57697C;
 }
</style>

background-color css

<style>
 a { background-color: #57697C; }

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

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

border-color css

<style>
 span { border-color: #57697C; }

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

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