#53758A

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

Shades of Wedgewood #53758A

Tints of Wedgewood #53758A

Color information

#53758A (or 0x53758A) is unknown color: approx Wedgewood. HEX triplet: 53, 75 and 8A. RGB value is (83,117,138). Sum of RGB (Red+Green+Blue) = 83+117+138=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #53758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758A is #AC8A75. Grayscale: #6D6D6D. Windows color (decimal): -11307638 or 9074003. OLE color: 9074003.

HSL color Cylindrical-coordinate representation of color #53758A: hue angle of 202.91º 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 #53758A is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83117138-
CMYK0.400.1500.46
HSL202.91º24.89%43.33%-
HSV(B)202.91º39.86%54.12%-
XYZ14.5216.426.44-
YUV109.23144.24109.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=24.56%
G=34.62%
B=40.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831171380.400.1500.46202.9124.8943.33
Hex53758A28F02Ecb192b
Octal12316521250170563133153
Binary1010011111010110001010101000111101011101100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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