Html Css Color HEX #52708D Wedgewood

📋 copy color: '#52708D'

red 82 ◦ green 112 ◦ blue 141

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

Shades of Wedgewood #52708D

Tints of Wedgewood #52708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 24.48%
G = 33.43%
B = 42.09%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52708D (or 0x52708D) is known color: Wedgewood. HEX triplet: 52, 70 and 8D. RGB value is (82,112,141). Sum of RGB (Red+Green+Blue) = 82+112+141=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #52708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708D is #AD8F72. Grayscale: #6A6A6A. Windows color (decimal): -11374451 or 9269330. OLE color: 9269330.

HSL color Cylindrical-coordinate representation of color #52708D: hue angle of 209.49º 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 #52708D is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 112 141 -
CMYK 0.42 0.21 0 0.45
HSL 209.49º 0.26% 0.44% -
HSV(B) 209.49º 0.42% 0.55% -
XYZ 14.08 15.31 27.41 -
YUV 106.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 82 112 141 0.42 0.21 0 0.45 209.49 0.26 0.44
Hex 52 70 8D 2A 15 0 2D D1 1A 2C
Octal 122 160 215 52 25 0 55 321 32 54
Binary 1010010 1110000 10001101 101010 10101 0 101101 11010001 11010 101100

Color Harmonies of #52708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52708D

Black with #52708D

Text Example


Text Example

White with #52708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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