#51748A

Color #51748A Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #51748A

Tints of Wedgewood #51748A

Color information

#51748A (or 0x51748A) is unknown color: approx Wedgewood. HEX triplet: 51, 74 and 8A. RGB value is (81,116,138). Sum of RGB (Red+Green+Blue) = 81+116+138=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #51748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51748A is #AE8B75. Grayscale: #6B6B6B. Windows color (decimal): -11438966 or 9073745. OLE color: 9073745.

HSL color Cylindrical-coordinate representation of color #51748A: hue angle of 203.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51748A is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81116138-
CMYK0.410.1600.46
HSL203.16º26.03%42.94%-
HSV(B)203.16º41.3%54.12%-
XYZ14.2316.0826.4-
YUV108.04144.9108.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=24.18%
G=34.63%
B=41.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811161380.410.1600.46203.1626.0342.94
Hex51748A291002Ecb1a2b
Octal12116421251200563133253
Binary10100011110100100010101010011000001011101100101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,116,138); }

 H1.HeaderClassName
 {
   color: #51748A;
 }
 .AnyTagClassName
 {
   color: #51748A;
 }
</style>
background-color css

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

 a { background-color: rgb(81,116,138); }

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

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

 span { border-color: rgb(81,116,138); }

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