#52738B

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

Shades of Wedgewood #52738B

Tints of Wedgewood #52738B

Color information

#52738B (or 0x52738B) is unknown color: approx Wedgewood. HEX triplet: 52, 73 and 8B. RGB value is (82,115,139). Sum of RGB (Red+Green+Blue) = 82+115+139=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #52738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52738B is #AD8C74. Grayscale: #6B6B6B. Windows color (decimal): -11373685 or 9139026. OLE color: 9139026.

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

Color convert

RGB82115139-
CMYK0.410.1700.45
HSL205.26º25.79%43.33%-
HSV(B)205.26º41.01%54.51%-
XYZ14.2715.9226.75-
YUV107.87145.57109.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=24.40%
G=34.23%
B=41.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821151390.410.1700.45205.2625.7943.33
Hex52738B291102Dcd1a2b
Octal12216321351210553153253
Binary10100101110011100010111010011000101011011100110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52738B; }

 p { color: rgb(82,115,139); }

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

<style>
 a { background-color: #52738B; }

 a { background-color: rgb(82,115,139); }

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

<style>
 span { border-color: #52738B; }

 span { border-color: rgb(82,115,139); }

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