Html Css Color HEX #555267 Smoky

📋 copy color: '#555267'

red 85 ◦ green 82 ◦ blue 103

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

Shades of Smoky #555267

Tints of Smoky #555267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 31.48%
G = 30.37%
B = 38.15%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555267 (or 0x555267) is known color: Smoky. HEX triplet: 55, 52 and 67. RGB value is (85,82,103). Sum of RGB (Red+Green+Blue) = 85+82+103=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #555267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555267 is #AAAD98. Grayscale: #555555. Windows color (decimal): -11185561 or 6771285. OLE color: 6771285.

HSL color Cylindrical-coordinate representation of color #555267: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555267 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 82 103 -
CMYK 0.17 0.20 0 0.60
HSL 248.57º 0.11% 0.36% -
HSV(B) 248.57º 0.2% 0.4% -
XYZ 9.21 8.95 14.07 -
YUV 85.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 85 82 103 0.17 0.20 0 0.60 248.57 0.11 0.36
Hex 55 52 67 11 14 0 3C F9 B 24
Octal 125 122 147 21 24 0 74 371 13 44
Binary 1010101 1010010 1100111 10001 10100 0 111100 11111001 1011 100100

Color Harmonies of #555267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555267

Black with #555267

Text Example


Text Example

White with #555267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555267; }

 p { color: rgb(85,82,103); }

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

background-color css

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

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

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

border-color css

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

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

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