Html Css Color HEX #535269 Smoky

📋 copy color: '#535269'

red 83 ◦ green 82 ◦ blue 105

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

Shades of Smoky #535269

Tints of Smoky #535269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 30.74%
G = 30.37%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535269 (or 0x535269) is known color: Smoky. HEX triplet: 53, 52 and 69. RGB value is (83,82,105). Sum of RGB (Red+Green+Blue) = 83+82+105=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #535269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535269 is #ACAD96. Grayscale: #545454. Windows color (decimal): -11316631 or 6902355. OLE color: 6902355.

HSL color Cylindrical-coordinate representation of color #535269: hue angle of 242.61º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535269 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 82 105 -
CMYK 0.21 0.22 0 0.59
HSL 242.61º 0.12% 0.37% -
HSV(B) 242.61º 0.22% 0.41% -
XYZ 9.13 8.89 14.6 -
YUV 84.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 83 82 105 0.21 0.22 0 0.59 242.61 0.12 0.37
Hex 53 52 69 15 16 0 3B F3 C 25
Octal 123 122 151 25 26 0 73 363 14 45
Binary 1010011 1010010 1101001 10101 10110 0 111011 11110011 1100 100101

Color Harmonies of #535269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535269

Black with #535269

Text Example


Text Example

White with #535269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535269; }

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

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

background-color css

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

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

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

border-color css

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

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

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