#52748A

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

Shades of Wedgewood #52748A

Tints of Wedgewood #52748A

Color information

#52748A (or 0x52748A) is unknown color: approx Wedgewood. HEX triplet: 52, 74 and 8A. RGB value is (82,116,138). Sum of RGB (Red+Green+Blue) = 82+116+138=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #52748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52748A is #AD8B75. Grayscale: #6C6C6C. Windows color (decimal): -11373430 or 9073746. OLE color: 9073746.

HSL color Cylindrical-coordinate representation of color #52748A: hue angle of 203.57º degrees, saturation: 0.25, 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 #52748A is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82116138-
CMYK0.410.1600.46
HSL203.57º25.45%43.14%-
HSV(B)203.57º40.58%54.12%-
XYZ14.3116.1226.4-
YUV108.34144.74109.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=24.40%
G=34.52%
B=41.07%

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
Decimal821161380.410.1600.46203.5725.4543.14
Hex52748A291002Ecc192b
Octal12216421251200563143153
Binary10100101110100100010101010011000001011101100110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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