#52768E

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

Shades of Wedgewood #52768E

Tints of Wedgewood #52768E

Color information

#52768E (or 0x52768E) is unknown color: approx Wedgewood. HEX triplet: 52, 76 and 8E. RGB value is (82,118,142). Sum of RGB (Red+Green+Blue) = 82+118+142=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #52768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52768E is #AD8971. Grayscale: #6D6D6D. Windows color (decimal): -11372914 or 9336402. OLE color: 9336402.

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

Color convert

RGB82118142-
CMYK0.420.1700.44
HSL204º26.79%43.92%-
HSV(B)204º42.25%55.69%-
XYZ14.8416.728.03-
YUV109.97146.07108.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=23.98%
G=34.50%
B=41.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821181420.420.1700.4420426.7943.92
Hex52768E2A1102Ccc1b2c
Octal12216621652210543143354
Binary10100101110110100011101010101000101011001100110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52768E; }

 p { color: rgb(82,118,142); }

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

<style>
 a { background-color: #52768E; }

 a { background-color: rgb(82,118,142); }

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

<style>
 span { border-color: #52768E; }

 span { border-color: rgb(82,118,142); }

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