Html Css Color HEX #555462 Smoky

📋 copy color: '#555462'

red 85 ◦ green 84 ◦ blue 98

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

Shades of Smoky #555462

Tints of Smoky #555462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 31.84%
G = 31.46%
B = 36.7%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555462 (or 0x555462) is known color: Smoky. HEX triplet: 55, 54 and 62. RGB value is (85,84,98). Sum of RGB (Red+Green+Blue) = 85+84+98=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #555462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555462 is #AAAB9D. Grayscale: #555555. Windows color (decimal): -11185054 or 6444117. OLE color: 6444117.

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

Color convert

RGB 85 84 98 -
CMYK 0.13 0.14 0 0.62
HSL 244.29º 0.08% 0.36% -
HSV(B) 244.29º 0.14% 0.38% -
XYZ 9.12 9.15 12.84 -
YUV 85.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 85 84 98 0.13 0.14 0 0.62 244.29 0.08 0.36
Hex 55 54 62 D E 0 3E F4 8 24
Octal 125 124 142 15 16 0 76 364 10 44
Binary 1010101 1010100 1100010 1101 1110 0 111110 11110100 1000 100100

Color Harmonies of #555462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555462

Black with #555462

Text Example


Text Example

White with #555462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555462; }

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

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

background-color css

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

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

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

border-color css

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

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

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