Html Css Color HEX #555369 Smoky

📋 copy color: '#555369'

red 85 ◦ green 83 ◦ blue 105

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

Shades of Smoky #555369

Tints of Smoky #555369

RGB

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

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

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

R = 31.14%
G = 30.4%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555369 (or 0x555369) is known color: Smoky. HEX triplet: 55, 53 and 69. RGB value is (85,83,105). Sum of RGB (Red+Green+Blue) = 85+83+105=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #555369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555369 is #AAAC96. Grayscale: #565656. Windows color (decimal): -11185303 or 6902613. OLE color: 6902613.

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

Color convert

RGB 85 83 105 -
CMYK 0.19 0.21 0 0.59
HSL 245.45º 0.12% 0.37% -
HSV(B) 245.45º 0.21% 0.41% -
XYZ 9.39 9.14 14.63 -
YUV 86.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 85 83 105 0.19 0.21 0 0.59 245.45 0.12 0.37
Hex 55 53 69 13 15 0 3B F5 C 25
Octal 125 123 151 23 25 0 73 365 14 45
Binary 1010101 1010011 1101001 10011 10101 0 111011 11110101 1100 100101

Color Harmonies of #555369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555369

Black with #555369

Text Example


Text Example

White with #555369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555369; }

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

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

background-color css

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

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

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

border-color css

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

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

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