Html Css Color HEX #555372 Smoky

📋 copy color: '#555372'

red 85 ◦ green 83 ◦ blue 114

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

Shades of Smoky #555372

Tints of Smoky #555372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 30.14%
G = 29.43%
B = 40.43%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555372 (or 0x555372) is known color: Smoky. HEX triplet: 55, 53 and 72. RGB value is (85,83,114). Sum of RGB (Red+Green+Blue) = 85+83+114=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #555372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555372 is #AAAC8D. Grayscale: #575757. Windows color (decimal): -11185294 or 7492437. OLE color: 7492437.

HSL color Cylindrical-coordinate representation of color #555372: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555372 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 83 114 -
CMYK 0.25 0.27 0 0.55
HSL 243.87º 0.16% 0.39% -
HSV(B) 243.87º 0.27% 0.45% -
XYZ 9.88 9.33 17.2 -
YUV 87.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 85 83 114 0.25 0.27 0 0.55 243.87 0.16 0.39
Hex 55 53 72 19 1B 0 37 F4 10 27
Octal 125 123 162 31 33 0 67 364 20 47
Binary 1010101 1010011 1110010 11001 11011 0 110111 11110100 10000 100111

Color Harmonies of #555372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555372

Black with #555372

Text Example


Text Example

White with #555372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555372; }

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

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

background-color css

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

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

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

border-color css

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

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

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