Html Css Color HEX #555562 Smoky

📋 copy color: '#555562'

red 85 ◦ green 85 ◦ blue 98

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

Shades of Smoky #555562

Tints of Smoky #555562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

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

R = 31.72%
G = 31.72%
B = 36.57%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555562 (or 0x555562) is known color: Smoky. HEX triplet: 55, 55 and 62. RGB value is (85,85,98). Sum of RGB (Red+Green+Blue) = 85+85+98=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #555562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555562 is #AAAA9D. Grayscale: #565656. Windows color (decimal): -11184798 or 6444373. OLE color: 6444373.

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

Color convert

RGB 85 85 98 -
CMYK 0.13 0.13 0 0.62
HSL 240º 0.07% 0.36% -
HSV(B) 240º 0.13% 0.38% -
XYZ 9.2 9.31 12.87 -
YUV 86.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 85 85 98 0.13 0.13 0 0.62 240 0.07 0.36
Hex 55 55 62 D D 0 3E F0 7 24
Octal 125 125 142 15 15 0 76 360 7 44
Binary 1010101 1010101 1100010 1101 1101 0 111110 11110000 111 100100

Color Harmonies of #555562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555562

Black with #555562

Text Example


Text Example

White with #555562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555562; }

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

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

background-color css

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

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

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

border-color css

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

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

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