Html Css Color HEX #52647D Wedgewood

📋 copy color: '#52647D'

red 82 ◦ green 100 ◦ blue 125

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

Shades of Wedgewood #52647D

Tints of Wedgewood #52647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 26.71%
G = 32.57%
B = 40.72%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52647D (or 0x52647D) is known color: Wedgewood. HEX triplet: 52, 64 and 7D. RGB value is (82,100,125). Sum of RGB (Red+Green+Blue) = 82+100+125=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #52647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52647D is #AD9B82. Grayscale: #616161. Windows color (decimal): -11377539 or 8217682. OLE color: 8217682.

HSL color Cylindrical-coordinate representation of color #52647D: hue angle of 214.88º 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 #52647D is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 100 125 -
CMYK 0.34 0.2 0 0.51
HSL 214.88º 0.21% 0.41% -
HSV(B) 214.88º 0.34% 0.49% -
XYZ 11.74 12.39 21.17 -
YUV 97.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 82 100 125 0.34 0.2 0 0.51 214.88 0.21 0.41
Hex 52 64 7D 22 14 0 33 D7 15 29
Octal 122 144 175 42 24 0 63 327 25 51
Binary 1010010 1100100 1111101 100010 10100 0 110011 11010111 10101 101001

Color Harmonies of #52647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52647D

Black with #52647D

Text Example


Text Example

White with #52647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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