Html Css Color HEX #57697D Wedgewood

📋 copy color: '#57697D'

red 87 ◦ green 105 ◦ blue 125

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

Shades of Wedgewood #57697D

Tints of Wedgewood #57697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 27.44%
G = 33.12%
B = 39.43%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57697D (or 0x57697D) is known color: Wedgewood. HEX triplet: 57, 69 and 7D. RGB value is (87,105,125). Sum of RGB (Red+Green+Blue) = 87+105+125=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #57697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57697D is #A89682. Grayscale: #656565. Windows color (decimal): -11048579 or 8218967. OLE color: 8218967.

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

Color convert

RGB 87 105 125 -
CMYK 0.30 0.16 0 0.51
HSL 211.58º 0.18% 0.42% -
HSV(B) 211.58º 0.3% 0.49% -
XYZ 12.68 13.61 21.36 -
YUV 101.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 87 105 125 0.30 0.16 0 0.51 211.58 0.18 0.42
Hex 57 69 7D 1E 10 0 33 D4 12 2A
Octal 127 151 175 36 20 0 63 324 22 52
Binary 1010111 1101001 1111101 11110 10000 0 110011 11010100 10010 101010

Color Harmonies of #57697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57697D

Black with #57697D

Text Example


Text Example

White with #57697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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