Html Css Color HEX #555370 Smoky

📋 copy color: '#555370'

red 85 ◦ green 83 ◦ blue 112

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

Shades of Smoky #555370

Tints of Smoky #555370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 30.36%
G = 29.64%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555370 (or 0x555370) is known color: Smoky. HEX triplet: 55, 53 and 70. RGB value is (85,83,112). Sum of RGB (Red+Green+Blue) = 85+83+112=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #555370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555370 is #AAAC8F. Grayscale: #565656. Windows color (decimal): -11185296 or 7361365. OLE color: 7361365.

HSL color Cylindrical-coordinate representation of color #555370: hue angle of 244.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555370 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 83 112 -
CMYK 0.24 0.26 0 0.56
HSL 244.14º 0.15% 0.38% -
HSV(B) 244.14º 0.26% 0.44% -
XYZ 9.76 9.29 16.61 -
YUV 86.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 85 83 112 0.24 0.26 0 0.56 244.14 0.15 0.38
Hex 55 53 70 18 1A 0 38 F4 F 26
Octal 125 123 160 30 32 0 70 364 17 46
Binary 1010101 1010011 1110000 11000 11010 0 111000 11110100 1111 100110

Color Harmonies of #555370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555370

Black with #555370

Text Example


Text Example

White with #555370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555370; }

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

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

background-color css

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

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

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

border-color css

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

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

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