Html Css Color HEX #51728F Wedgewood

📋 copy color: '#51728F'

red 81 ◦ green 114 ◦ blue 143

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

Shades of Wedgewood #51728F

Tints of Wedgewood #51728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 23.96%
G = 33.73%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51728F (or 0x51728F) is known color: Wedgewood. HEX triplet: 51, 72 and 8F. RGB value is (81,114,143). Sum of RGB (Red+Green+Blue) = 81+114+143=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #51728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51728F is #AE8D70. Grayscale: #6B6B6B. Windows color (decimal): -11439473 or 9400913. OLE color: 9400913.

HSL color Cylindrical-coordinate representation of color #51728F: hue angle of 208.06º 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 #51728F is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 114 143 -
CMYK 0.43 0.20 0 0.44
HSL 208.06º 0.28% 0.44% -
HSV(B) 208.06º 0.43% 0.56% -
XYZ 14.37 15.77 28.27 -
YUV 107.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 81 114 143 0.43 0.20 0 0.44 208.06 0.28 0.44
Hex 51 72 8F 2B 14 0 2C D0 1C 2C
Octal 121 162 217 53 24 0 54 320 34 54
Binary 1010001 1110010 10001111 101011 10100 0 101100 11010000 11100 101100

Color Harmonies of #51728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51728F

Black with #51728F

Text Example


Text Example

White with #51728F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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