Html Css Color HEX #555365 Smoky

📋 copy color: '#555365'

red 85 ◦ green 83 ◦ blue 101

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

Shades of Smoky #555365

Tints of Smoky #555365

RGB

 RED value IS 85 (33.59% from 255) = 31.6%

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 31.6%
G = 30.86%
B = 37.55%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555365 (or 0x555365) is known color: Smoky. HEX triplet: 55, 53 and 65. RGB value is (85,83,101). Sum of RGB (Red+Green+Blue) = 85+83+101=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #555365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555365 is #AAAC9A. Grayscale: #555555. Windows color (decimal): -11185307 or 6640469. OLE color: 6640469.

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

Color convert

RGB 85 83 101 -
CMYK 0.16 0.18 0 0.60
HSL 246.67º 0.1% 0.36% -
HSV(B) 246.67º 0.18% 0.4% -
XYZ 9.19 9.06 13.58 -
YUV 85.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 85 83 101 0.16 0.18 0 0.60 246.67 0.1 0.36
Hex 55 53 65 10 12 0 3C F7 A 24
Octal 125 123 145 20 22 0 74 367 12 44
Binary 1010101 1010011 1100101 10000 10010 0 111100 11110111 1010 100100

Color Harmonies of #555365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555365

Black with #555365

Text Example


Text Example

White with #555365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555365; }

 p { color: rgb(85,83,101); }

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

background-color css

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

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

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

border-color css

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

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

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