Html Css Color HEX #53526A Smoky

📋 copy color: '#53526A'

red 83 ◦ green 82 ◦ blue 106

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

Shades of Smoky #53526A

Tints of Smoky #53526A

RGB

 RED value IS 83 (32.81% from 255) = 30.63%

 GREEN value IS 82 (32.42% from 255) = 30.26%

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

R = 30.63%
G = 30.26%
B = 39.11%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53526A (or 0x53526A) is known color: Smoky. HEX triplet: 53, 52 and 6A. RGB value is (83,82,106). Sum of RGB (Red+Green+Blue) = 83+82+106=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #53526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526A is #ACAD95. Grayscale: #545454. Windows color (decimal): -11316630 or 6967891. OLE color: 6967891.

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

Color convert

RGB 83 82 106 -
CMYK 0.22 0.23 0 0.58
HSL 242.5º 0.13% 0.37% -
HSV(B) 242.5º 0.23% 0.42% -
XYZ 9.19 8.91 14.87 -
YUV 85.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 83 82 106 0.22 0.23 0 0.58 242.5 0.13 0.37
Hex 53 52 6A 16 17 0 3A F2 D 25
Octal 123 122 152 26 27 0 72 362 15 45
Binary 1010011 1010010 1101010 10110 10111 0 111010 11110010 1101 100101

Color Harmonies of #53526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53526A

Black with #53526A

Text Example


Text Example

White with #53526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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