#53748D

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

Shades of Wedgewood #53748D

Tints of Wedgewood #53748D

Color information

#53748D (or 0x53748D) is unknown color: approx Wedgewood. HEX triplet: 53, 74 and 8D. RGB value is (83,116,141). Sum of RGB (Red+Green+Blue) = 83+116+141=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #53748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748D is #AC8B72. Grayscale: #6C6C6C. Windows color (decimal): -11307891 or 9270355. OLE color: 9270355.

HSL color Cylindrical-coordinate representation of color #53748D: hue angle of 205.86º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53748D is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83116141-
CMYK0.410.1800.45
HSL205.86º25.89%43.92%-
HSV(B)205.86º41.13%55.29%-
XYZ14.6216.2527.57-
YUV108.98146.07109.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=24.41%
G=34.12%
B=41.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831161410.410.1800.45205.8625.8943.92
Hex53748D291202Dce1a2c
Octal12316421551220553163254
Binary10100111110100100011011010011001001011011100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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