Html Css Color HEX #51647D Wedgewood

📋 copy color: '#51647D'

red 81 ◦ green 100 ◦ blue 125

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

Shades of Wedgewood #51647D

Tints of Wedgewood #51647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 26.47%
G = 32.68%
B = 40.85%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51647D (or 0x51647D) is known color: Wedgewood. HEX triplet: 51, 64 and 7D. RGB value is (81,100,125). Sum of RGB (Red+Green+Blue) = 81+100+125=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #51647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51647D is #AE9B82. Grayscale: #616161. Windows color (decimal): -11443075 or 8217681. OLE color: 8217681.

HSL color Cylindrical-coordinate representation of color #51647D: hue angle of 214.09º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51647D is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 100 125 -
CMYK 0.35 0.2 0 0.51
HSL 214.09º 0.21% 0.4% -
HSV(B) 214.09º 0.35% 0.49% -
XYZ 11.65 12.34 21.17 -
YUV 97.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 81 100 125 0.35 0.2 0 0.51 214.09 0.21 0.4
Hex 51 64 7D 23 14 0 33 D6 15 28
Octal 121 144 175 43 24 0 63 326 25 50
Binary 1010001 1100100 1111101 100011 10100 0 110011 11010110 10101 101000

Color Harmonies of #51647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51647D

Black with #51647D

Text Example


Text Example

White with #51647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,100,125); }

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

background-color css

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

 a { background-color: rgb(81,100,125); }

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

border-color css

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

 span { border-color: rgb(81,100,125); }

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