Html Css Color HEX #52687C Wedgewood

📋 copy color: '#52687C'

red 82 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #52687C

Tints of Wedgewood #52687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 26.45%
G = 33.55%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52687C (or 0x52687C) is known color: Wedgewood. HEX triplet: 52, 68 and 7C. RGB value is (82,104,124). Sum of RGB (Red+Green+Blue) = 82+104+124=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #52687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687C is #AD9783. Grayscale: #636363. Windows color (decimal): -11376516 or 8153170. OLE color: 8153170.

HSL color Cylindrical-coordinate representation of color #52687C: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52687C is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 104 124 -
CMYK 0.34 0.16 0 0.51
HSL 208.57º 0.2% 0.4% -
HSV(B) 208.57º 0.34% 0.49% -
XYZ 12.07 13.15 20.97 -
YUV 99.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 82 104 124 0.34 0.16 0 0.51 208.57 0.2 0.4
Hex 52 68 7C 22 10 0 33 D1 14 28
Octal 122 150 174 42 20 0 63 321 24 50
Binary 1010010 1101000 1111100 100010 10000 0 110011 11010001 10100 101000

Color Harmonies of #52687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52687C

Black with #52687C

Text Example


Text Example

White with #52687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52687C; }

 p { color: rgb(82,104,124); }

 H1.HeaderClassName
 {
   color: #52687C;
 }
 .AnyTagClassName
 {
   color: #52687C;
 }
</style>

background-color css

<style>
 a { background-color: #52687C; }

 a { background-color: rgb(82,104,124); }

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

border-color css

<style>
 span { border-color: #52687C; }

 span { border-color: rgb(82,104,124); }

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