Html Css Color HEX #51647A Wedgewood

📋 copy color: '#51647A'

red 81 ◦ green 100 ◦ blue 122

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

Shades of Wedgewood #51647A

Tints of Wedgewood #51647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 26.73%
G = 33%
B = 40.26%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51647A (or 0x51647A) is known color: Wedgewood. HEX triplet: 51, 64 and 7A. RGB value is (81,100,122). Sum of RGB (Red+Green+Blue) = 81+100+122=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #51647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51647A is #AE9B85. Grayscale: #606060. Windows color (decimal): -11443078 or 8021073. OLE color: 8021073.

HSL color Cylindrical-coordinate representation of color #51647A: hue angle of 212.2º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51647A is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 100 122 -
CMYK 0.34 0.18 0 0.52
HSL 212.2º 0.2% 0.4% -
HSV(B) 212.2º 0.34% 0.48% -
XYZ 11.46 12.27 20.18 -
YUV 96.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 81 100 122 0.34 0.18 0 0.52 212.2 0.2 0.4
Hex 51 64 7A 22 12 0 34 D4 14 28
Octal 121 144 172 42 22 0 64 324 24 50
Binary 1010001 1100100 1111010 100010 10010 0 110100 11010100 10100 101000

Color Harmonies of #51647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51647A

Black with #51647A

Text Example


Text Example

White with #51647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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