Html Css Color HEX #51708F Wedgewood

📋 copy color: '#51708F'

red 81 ◦ green 112 ◦ blue 143

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

Shades of Wedgewood #51708F

Tints of Wedgewood #51708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 24.11%
G = 33.33%
B = 42.56%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51708F (or 0x51708F) is known color: Wedgewood. HEX triplet: 51, 70 and 8F. RGB value is (81,112,143). Sum of RGB (Red+Green+Blue) = 81+112+143=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #51708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51708F is #AE8F70. Grayscale: #6A6A6A. Windows color (decimal): -11439985 or 9400401. OLE color: 9400401.

HSL color Cylindrical-coordinate representation of color #51708F: hue angle of 210º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51708F is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 112 143 -
CMYK 0.43 0.22 0 0.44
HSL 210º 0.28% 0.44% -
HSV(B) 210º 0.43% 0.56% -
XYZ 14.15 15.32 28.2 -
YUV 106.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 81 112 143 0.43 0.22 0 0.44 210 0.28 0.44
Hex 51 70 8F 2B 16 0 2C D2 1C 2C
Octal 121 160 217 53 26 0 54 322 34 54
Binary 1010001 1110000 10001111 101011 10110 0 101100 11010010 11100 101100

Color Harmonies of #51708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51708F

Black with #51708F

Text Example


Text Example

White with #51708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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