Html Css Color HEX #51708D Wedgewood

📋 copy color: '#51708D'

red 81 ◦ green 112 ◦ blue 141

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

Shades of Wedgewood #51708D

Tints of Wedgewood #51708D

RGB

 RED value IS 81 (32.03% from 255) = 24.25%

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 24.25%
G = 33.53%
B = 42.22%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51708D (or 0x51708D) is known color: Wedgewood. HEX triplet: 51, 70 and 8D. RGB value is (81,112,141). Sum of RGB (Red+Green+Blue) = 81+112+141=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #51708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51708D is #AE8F72. Grayscale: #696969. Windows color (decimal): -11439987 or 9269329. OLE color: 9269329.

HSL color Cylindrical-coordinate representation of color #51708D: hue angle of 209º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51708D is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 112 141 -
CMYK 0.43 0.21 0 0.45
HSL 209º 0.27% 0.44% -
HSV(B) 209º 0.43% 0.55% -
XYZ 14 15.26 27.41 -
YUV 106.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 81 112 141 0.43 0.21 0 0.45 209 0.27 0.44
Hex 51 70 8D 2B 15 0 2D D1 1B 2C
Octal 121 160 215 53 25 0 55 321 33 54
Binary 1010001 1110000 10001101 101011 10101 0 101101 11010001 11011 101100

Color Harmonies of #51708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51708D

Black with #51708D

Text Example


Text Example

White with #51708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,112,141); }

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

background-color css

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

 a { background-color: rgb(81,112,141); }

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

border-color css

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

 span { border-color: rgb(81,112,141); }

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