Html Css Color HEX #52718D Wedgewood

📋 copy color: '#52718D'

red 82 ◦ green 113 ◦ blue 141

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

Shades of Wedgewood #52718D

Tints of Wedgewood #52718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 24.4%
G = 33.63%
B = 41.96%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52718D (or 0x52718D) is known color: Wedgewood. HEX triplet: 52, 71 and 8D. RGB value is (82,113,141). Sum of RGB (Red+Green+Blue) = 82+113+141=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #52718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52718D is #AD8E72. Grayscale: #6A6A6A. Windows color (decimal): -11374195 or 9269586. OLE color: 9269586.

HSL color Cylindrical-coordinate representation of color #52718D: hue angle of 208.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52718D is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 113 141 -
CMYK 0.42 0.20 0 0.45
HSL 208.47º 0.26% 0.44% -
HSV(B) 208.47º 0.42% 0.55% -
XYZ 14.19 15.53 27.45 -
YUV 106.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 82 113 141 0.42 0.20 0 0.45 208.47 0.26 0.44
Hex 52 71 8D 2A 14 0 2D D0 1A 2C
Octal 122 161 215 52 24 0 55 320 32 54
Binary 1010010 1110001 10001101 101010 10100 0 101101 11010000 11010 101100

Color Harmonies of #52718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52718D

Black with #52718D

Text Example


Text Example

White with #52718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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