Html Css Color HEX #53526B Smoky

📋 copy color: '#53526B'

red 83 ◦ green 82 ◦ blue 107

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

Shades of Smoky #53526B

Tints of Smoky #53526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 30.51%
G = 30.15%
B = 39.34%

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

#53526B (or 0x53526B) is known color: Smoky. HEX triplet: 53, 52 and 6B. RGB value is (83,82,107). Sum of RGB (Red+Green+Blue) = 83+82+107=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #53526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526B is #ACAD94. Grayscale: #555555. Windows color (decimal): -11316629 or 7033427. OLE color: 7033427.

HSL color Cylindrical-coordinate representation of color #53526B: hue angle of 242.4º 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 #53526B is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 82 107 -
CMYK 0.22 0.23 0 0.58
HSL 242.4º 0.13% 0.37% -
HSV(B) 242.4º 0.23% 0.42% -
XYZ 9.24 8.94 15.15 -
YUV 85.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 83 82 107 0.22 0.23 0 0.58 242.4 0.13 0.37
Hex 53 52 6B 16 17 0 3A F2 D 25
Octal 123 122 153 26 27 0 72 362 15 45
Binary 1010011 1010010 1101011 10110 10111 0 111010 11110010 1101 100101

Color Harmonies of #53526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53526B

Black with #53526B

Text Example


Text Example

White with #53526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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