Html Css Color HEX #53526E Smoky

📋 copy color: '#53526E'

red 83 ◦ green 82 ◦ blue 110

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

Shades of Smoky #53526E

Tints of Smoky #53526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40%

R = 30.18%
G = 29.82%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53526E (or 0x53526E) is known color: Smoky. HEX triplet: 53, 52 and 6E. RGB value is (83,82,110). Sum of RGB (Red+Green+Blue) = 83+82+110=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #53526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526E is #ACAD91. Grayscale: #555555. Windows color (decimal): -11316626 or 7230035. OLE color: 7230035.

HSL color Cylindrical-coordinate representation of color #53526E: hue angle of 242.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53526E is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 82 110 -
CMYK 0.25 0.25 0 0.57
HSL 242.14º 0.15% 0.38% -
HSV(B) 242.14º 0.25% 0.43% -
XYZ 9.4 9 15.99 -
YUV 85.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 83 82 110 0.25 0.25 0 0.57 242.14 0.15 0.38
Hex 53 52 6E 19 19 0 39 F2 F 26
Octal 123 122 156 31 31 0 71 362 17 46
Binary 1010011 1010010 1101110 11001 11001 0 111001 11110010 1111 100110

Color Harmonies of #53526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53526E

Black with #53526E

Text Example


Text Example

White with #53526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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