Html Css Color HEX #52708A Wedgewood

📋 copy color: '#52708A'

red 82 ◦ green 112 ◦ blue 138

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

Shades of Wedgewood #52708A

Tints of Wedgewood #52708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 24.7%
G = 33.73%
B = 41.57%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52708A (or 0x52708A) is known color: Wedgewood. HEX triplet: 52, 70 and 8A. RGB value is (82,112,138). Sum of RGB (Red+Green+Blue) = 82+112+138=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #52708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708A is #AD8F75. Grayscale: #696969. Windows color (decimal): -11374454 or 9072722. OLE color: 9072722.

HSL color Cylindrical-coordinate representation of color #52708A: hue angle of 207.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52708A is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 112 138 -
CMYK 0.41 0.19 0 0.46
HSL 207.86º 0.25% 0.43% -
HSV(B) 207.86º 0.41% 0.54% -
XYZ 13.86 15.22 26.25 -
YUV 105.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 82 112 138 0.41 0.19 0 0.46 207.86 0.25 0.43
Hex 52 70 8A 29 13 0 2E D0 19 2B
Octal 122 160 212 51 23 0 56 320 31 53
Binary 1010010 1110000 10001010 101001 10011 0 101110 11010000 11001 101011

Color Harmonies of #52708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52708A

Black with #52708A

Text Example


Text Example

White with #52708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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