Html Css Color HEX #52687A Wedgewood

📋 copy color: '#52687A'

red 82 ◦ green 104 ◦ blue 122

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

Shades of Wedgewood #52687A

Tints of Wedgewood #52687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 26.62%
G = 33.77%
B = 39.61%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52687A (or 0x52687A) is known color: Wedgewood. HEX triplet: 52, 68 and 7A. RGB value is (82,104,122). Sum of RGB (Red+Green+Blue) = 82+104+122=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #52687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687A is #AD9785. Grayscale: #636363. Windows color (decimal): -11376518 or 8022098. OLE color: 8022098.

HSL color Cylindrical-coordinate representation of color #52687A: hue angle of 207º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52687A is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 104 122 -
CMYK 0.33 0.15 0 0.52
HSL 207º 0.2% 0.4% -
HSV(B) 207º 0.33% 0.48% -
XYZ 11.94 13.1 20.31 -
YUV 99.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 82 104 122 0.33 0.15 0 0.52 207 0.2 0.4
Hex 52 68 7A 21 F 0 34 CF 14 28
Octal 122 150 172 41 17 0 64 317 24 50
Binary 1010010 1101000 1111010 100001 1111 0 110100 11001111 10100 101000

Color Harmonies of #52687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52687A

Black with #52687A

Text Example


Text Example

White with #52687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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