Html Css Color HEX #535367 Smoky

📋 copy color: '#535367'

red 83 ◦ green 83 ◦ blue 103

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

Shades of Smoky #535367

Tints of Smoky #535367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 103 (40.63% from 255) = 38.29%

R = 30.86%
G = 30.86%
B = 38.29%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#535367 (or 0x535367) is known color: Smoky. HEX triplet: 53, 53 and 67. RGB value is (83,83,103). Sum of RGB (Red+Green+Blue) = 83+83+103=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #535367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535367 is #ACAC98. Grayscale: #555555. Windows color (decimal): -11316377 or 6771539. OLE color: 6771539.

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

Color convert

RGB 83 83 103 -
CMYK 0.19 0.19 0 0.60
HSL 240º 0.11% 0.36% -
HSV(B) 240º 0.19% 0.4% -
XYZ 9.11 9 14.09 -
YUV 85.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 83 83 103 0.19 0.19 0 0.60 240 0.11 0.36
Hex 53 53 67 13 13 0 3C F0 B 24
Octal 123 123 147 23 23 0 74 360 13 44
Binary 1010011 1010011 1100111 10011 10011 0 111100 11110000 1011 100100

Color Harmonies of #535367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535367

Black with #535367

Text Example


Text Example

White with #535367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535367; }

 p { color: rgb(83,83,103); }

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

background-color css

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

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

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

border-color css

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

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

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