Html Css Color HEX #51718C Wedgewood

📋 copy color: '#51718C'

red 81 ◦ green 113 ◦ blue 140

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

Shades of Wedgewood #51718C

Tints of Wedgewood #51718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

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

R = 24.25%
G = 33.83%
B = 41.92%

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

#51718C (or 0x51718C) is known color: Wedgewood. HEX triplet: 51, 71 and 8C. RGB value is (81,113,140). Sum of RGB (Red+Green+Blue) = 81+113+140=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #51718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51718C is #AE8E73. Grayscale: #6A6A6A. Windows color (decimal): -11439732 or 9204049. OLE color: 9204049.

HSL color Cylindrical-coordinate representation of color #51718C: hue angle of 207.46º 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 #51718C is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 113 140 -
CMYK 0.42 0.19 0 0.45
HSL 207.46º 0.27% 0.43% -
HSV(B) 207.46º 0.42% 0.55% -
XYZ 14.03 15.45 27.05 -
YUV 106.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 81 113 140 0.42 0.19 0 0.45 207.46 0.27 0.43
Hex 51 71 8C 2A 13 0 2D CF 1B 2B
Octal 121 161 214 52 23 0 55 317 33 53
Binary 1010001 1110001 10001100 101010 10011 0 101101 11001111 11011 101011

Color Harmonies of #51718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51718C

Black with #51718C

Text Example


Text Example

White with #51718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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