Html Css Color HEX #535266 Smoky

📋 copy color: '#535266'

red 83 ◦ green 82 ◦ blue 102

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

Shades of Smoky #535266

Tints of Smoky #535266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 31.09%
G = 30.71%
B = 38.2%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#535266 (or 0x535266) is known color: Smoky. HEX triplet: 53, 52 and 66. RGB value is (83,82,102). Sum of RGB (Red+Green+Blue) = 83+82+102=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #535266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535266 is #ACAD99. Grayscale: #545454. Windows color (decimal): -11316634 or 6705747. OLE color: 6705747.

HSL color Cylindrical-coordinate representation of color #535266: hue angle of 243º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535266 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 82 102 -
CMYK 0.19 0.20 0 0.6
HSL 243º 0.11% 0.36% -
HSV(B) 243º 0.2% 0.4% -
XYZ 8.98 8.83 13.8 -
YUV 84.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 83 82 102 0.19 0.20 0 0.6 243 0.11 0.36
Hex 53 52 66 13 14 0 3C F3 B 24
Octal 123 122 146 23 24 0 74 363 13 44
Binary 1010011 1010010 1100110 10011 10100 0 111100 11110011 1011 100100

Color Harmonies of #535266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535266

Black with #535266

Text Example


Text Example

White with #535266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535266; }

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

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

background-color css

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

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

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

border-color css

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

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

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