Html Css Color HEX #52506A Smoky

📋 copy color: '#52506A'

red 82 ◦ green 80 ◦ blue 106

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

Shades of Smoky #52506A

Tints of Smoky #52506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 30.6%
G = 29.85%
B = 39.55%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52506A (or 0x52506A) is known color: Smoky. HEX triplet: 52, 50 and 6A. RGB value is (82,80,106). Sum of RGB (Red+Green+Blue) = 82+80+106=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #52506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52506A is #ADAF95. Grayscale: #535353. Windows color (decimal): -11382678 or 6967378. OLE color: 6967378.

HSL color Cylindrical-coordinate representation of color #52506A: hue angle of 244.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52506A is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 80 106 -
CMYK 0.23 0.25 0 0.58
HSL 244.62º 0.14% 0.36% -
HSV(B) 244.62º 0.25% 0.42% -
XYZ 8.95 8.57 14.82 -
YUV 83.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 82 80 106 0.23 0.25 0 0.58 244.62 0.14 0.36
Hex 52 50 6A 17 19 0 3A F5 E 24
Octal 122 120 152 27 31 0 72 365 16 44
Binary 1010010 1010000 1101010 10111 11001 0 111010 11110101 1110 100100

Color Harmonies of #52506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52506A

Black with #52506A

Text Example


Text Example

White with #52506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,80,106); }

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

background-color css

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

 a { background-color: rgb(82,80,106); }

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

border-color css

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

 span { border-color: rgb(82,80,106); }

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