#53708A

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

Shades of Wedgewood #53708A

Tints of Wedgewood #53708A

Color information

#53708A (or 0x53708A) is unknown color: approx Wedgewood. HEX triplet: 53, 70 and 8A. RGB value is (83,112,138). Sum of RGB (Red+Green+Blue) = 83+112+138=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #53708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53708A is #AC8F75. Grayscale: #6A6A6A. Windows color (decimal): -11308918 or 9072723. OLE color: 9072723.

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

Color convert

RGB83112138-
CMYK0.400.1900.46
HSL208.36º24.89%43.33%-
HSV(B)208.36º39.86%54.12%-
XYZ13.9515.2626.26-
YUV106.29145.89111.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=24.92%
G=33.63%
B=41.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831121380.400.1900.46208.3624.8943.33
Hex53708A281302Ed0192b
Octal12316021250230563203153
Binary10100111110000100010101010001001101011101101000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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