Html Css Color HEX #555362 Smoky

📋 copy color: '#555362'

red 85 ◦ green 83 ◦ blue 98

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

Shades of Smoky #555362

Tints of Smoky #555362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 31.95%
G = 31.2%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555362 (or 0x555362) is known color: Smoky. HEX triplet: 55, 53 and 62. RGB value is (85,83,98). Sum of RGB (Red+Green+Blue) = 85+83+98=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #555362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555362 is #AAAC9D. Grayscale: #555555. Windows color (decimal): -11185310 or 6443861. OLE color: 6443861.

HSL color Cylindrical-coordinate representation of color #555362: hue angle of 248º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555362 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 83 98 -
CMYK 0.13 0.15 0 0.62
HSL 248º 0.08% 0.35% -
HSV(B) 248º 0.15% 0.38% -
XYZ 9.04 9 12.82 -
YUV 85.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 85 83 98 0.13 0.15 0 0.62 248 0.08 0.35
Hex 55 53 62 D F 0 3E F8 8 23
Octal 125 123 142 15 17 0 76 370 10 43
Binary 1010101 1010011 1100010 1101 1111 0 111110 11111000 1000 100011

Color Harmonies of #555362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555362

Black with #555362

Text Example


Text Example

White with #555362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555362; }

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

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

background-color css

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

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

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

border-color css

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

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

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