#53748A

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

Shades of Wedgewood #53748A

Tints of Wedgewood #53748A

Color information

#53748A (or 0x53748A) is unknown color: approx Wedgewood. HEX triplet: 53, 74 and 8A. RGB value is (83,116,138). Sum of RGB (Red+Green+Blue) = 83+116+138=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #53748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748A is #AC8B75. Grayscale: #6C6C6C. Windows color (decimal): -11307894 or 9073747. OLE color: 9073747.

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

Color convert

RGB83116138-
CMYK0.400.1600.46
HSL204º24.89%43.33%-
HSV(B)204º39.86%54.12%-
XYZ14.416.1626.41-
YUV108.64144.57109.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=24.63%
G=34.42%
B=40.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831161380.400.1600.4620424.8943.33
Hex53748A281002Ecc192b
Octal12316421250200563143153
Binary10100111110100100010101010001000001011101100110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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