Html Css Color HEX #51728C Wedgewood

📋 copy color: '#51728C'

red 81 ◦ green 114 ◦ blue 140

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

Shades of Wedgewood #51728C

Tints of Wedgewood #51728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 24.18%
G = 34.03%
B = 41.79%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51728C (or 0x51728C) is known color: Wedgewood. HEX triplet: 51, 72 and 8C. RGB value is (81,114,140). Sum of RGB (Red+Green+Blue) = 81+114+140=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #51728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51728C is #AE8D73. Grayscale: #6A6A6A. Windows color (decimal): -11439476 or 9204305. OLE color: 9204305.

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

Color convert

RGB 81 114 140 -
CMYK 0.42 0.19 0 0.45
HSL 206.44º 0.27% 0.43% -
HSV(B) 206.44º 0.42% 0.55% -
XYZ 14.14 15.68 27.09 -
YUV 107.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 81 114 140 0.42 0.19 0 0.45 206.44 0.27 0.43
Hex 51 72 8C 2A 13 0 2D CE 1B 2B
Octal 121 162 214 52 23 0 55 316 33 53
Binary 1010001 1110010 10001100 101010 10011 0 101101 11001110 11011 101011

Color Harmonies of #51728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51728C

Black with #51728C

Text Example


Text Example

White with #51728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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