Html Css Color HEX #53526F Smoky

📋 copy color: '#53526F'

red 83 ◦ green 82 ◦ blue 111

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

Shades of Smoky #53526F

Tints of Smoky #53526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 30.07%
G = 29.71%
B = 40.22%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53526F (or 0x53526F) is known color: Smoky. HEX triplet: 53, 52 and 6F. RGB value is (83,82,111). Sum of RGB (Red+Green+Blue) = 83+82+111=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #53526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53526F is #ACAD90. Grayscale: #555555. Windows color (decimal): -11316625 or 7295571. OLE color: 7295571.

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

Color convert

RGB 83 82 111 -
CMYK 0.25 0.26 0 0.56
HSL 242.07º 0.15% 0.38% -
HSV(B) 242.07º 0.26% 0.44% -
XYZ 9.45 9.02 16.28 -
YUV 85.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 83 82 111 0.25 0.26 0 0.56 242.07 0.15 0.38
Hex 53 52 6F 19 1A 0 38 F2 F 26
Octal 123 122 157 31 32 0 70 362 17 46
Binary 1010011 1010010 1101111 11001 11010 0 111000 11110010 1111 100110

Color Harmonies of #53526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53526F

Black with #53526F

Text Example


Text Example

White with #53526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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