#52758F

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

Shades of Wedgewood #52758F

Tints of Wedgewood #52758F

Color information

#52758F (or 0x52758F) is unknown color: approx Wedgewood. HEX triplet: 52, 75 and 8F. RGB value is (82,117,143). Sum of RGB (Red+Green+Blue) = 82+117+143=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #52758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52758F is #AD8A70. Grayscale: #6D6D6D. Windows color (decimal): -11373169 or 9401682. OLE color: 9401682.

HSL color Cylindrical-coordinate representation of color #52758F: hue angle of 205.57º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52758F is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82117143-
CMYK0.430.1800.44
HSL205.57º27.11%44.12%-
HSV(B)205.57º42.66%56.08%-
XYZ14.816.528.39-
YUV109.5146.9108.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=23.98%
G=34.21%
B=41.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821171430.430.1800.44205.5727.1144.12
Hex52758F2B1202Cce1b2c
Octal12216521753220543163354
Binary10100101110101100011111010111001001011001100111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52758F; }

 p { color: rgb(82,117,143); }

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

<style>
 a { background-color: #52758F; }

 a { background-color: rgb(82,117,143); }

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

<style>
 span { border-color: #52758F; }

 span { border-color: rgb(82,117,143); }

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