Html Css Color HEX #52647F Wedgewood

📋 copy color: '#52647F'

red 82 ◦ green 100 ◦ blue 127

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

Shades of Wedgewood #52647F

Tints of Wedgewood #52647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 26.54%
G = 32.36%
B = 41.1%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52647F (or 0x52647F) is known color: Wedgewood. HEX triplet: 52, 64 and 7F. RGB value is (82,100,127). Sum of RGB (Red+Green+Blue) = 82+100+127=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #52647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52647F is #AD9B80. Grayscale: #616161. Windows color (decimal): -11377537 or 8348754. OLE color: 8348754.

HSL color Cylindrical-coordinate representation of color #52647F: hue angle of 216º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52647F is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 100 127 -
CMYK 0.35 0.21 0 0.50
HSL 216º 0.22% 0.41% -
HSV(B) 216º 0.35% 0.5% -
XYZ 11.87 12.44 21.85 -
YUV 97.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 82 100 127 0.35 0.21 0 0.50 216 0.22 0.41
Hex 52 64 7F 23 15 0 32 D8 16 29
Octal 122 144 177 43 25 0 62 330 26 51
Binary 1010010 1100100 1111111 100011 10101 0 110010 11011000 10110 101001

Color Harmonies of #52647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52647F

Black with #52647F

Text Example


Text Example

White with #52647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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