Html Css Color HEX #52697D Wedgewood

📋 copy color: '#52697D'

red 82 ◦ green 105 ◦ blue 125

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

Shades of Wedgewood #52697D

Tints of Wedgewood #52697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 26.28%
G = 33.65%
B = 40.06%

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

#52697D (or 0x52697D) is known color: Wedgewood. HEX triplet: 52, 69 and 7D. RGB value is (82,105,125). Sum of RGB (Red+Green+Blue) = 82+105+125=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #52697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52697D is #AD9682. Grayscale: #646464. Windows color (decimal): -11376259 or 8218962. OLE color: 8218962.

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

Color convert

RGB 82 105 125 -
CMYK 0.34 0.16 0 0.51
HSL 207.91º 0.21% 0.41% -
HSV(B) 207.91º 0.34% 0.49% -
XYZ 12.23 13.38 21.34 -
YUV 100.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 82 105 125 0.34 0.16 0 0.51 207.91 0.21 0.41
Hex 52 69 7D 22 10 0 33 D0 15 29
Octal 122 151 175 42 20 0 63 320 25 51
Binary 1010010 1101001 1111101 100010 10000 0 110011 11010000 10101 101001

Color Harmonies of #52697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52697D

Black with #52697D

Text Example


Text Example

White with #52697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,105,125); }

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

background-color css

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

 a { background-color: rgb(82,105,125); }

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

border-color css

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

 span { border-color: rgb(82,105,125); }

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