Html Css Color HEX #52718E Wedgewood

📋 copy color: '#52718E'

red 82 ◦ green 113 ◦ blue 142

#52718E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #52718E

Tints of Wedgewood #52718E

RGB

 RED value IS 82 (32.42% from 255) = 24.33%

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 24.33%
G = 33.53%
B = 42.14%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52718E (or 0x52718E) is known color: Wedgewood. HEX triplet: 52, 71 and 8E. RGB value is (82,113,142). Sum of RGB (Red+Green+Blue) = 82+113+142=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #52718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52718E is #AD8E71. Grayscale: #6A6A6A. Windows color (decimal): -11374194 or 9335122. OLE color: 9335122.

HSL color Cylindrical-coordinate representation of color #52718E: hue angle of 209º 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 #52718E is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 113 142 -
CMYK 0.42 0.20 0 0.44
HSL 209º 0.27% 0.44% -
HSV(B) 209º 0.42% 0.56% -
XYZ 14.27 15.56 27.84 -
YUV 107.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 82 113 142 0.42 0.20 0 0.44 209 0.27 0.44
Hex 52 71 8E 2A 14 0 2C D1 1B 2C
Octal 122 161 216 52 24 0 54 321 33 54
Binary 1010010 1110001 10001110 101010 10100 0 101100 11010001 11011 101100

Color Harmonies of #52718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52718E

Black with #52718E

Text Example


Text Example

White with #52718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52718E;
 }
 .AnyTagClassName
 {
   color: #52718E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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