Html Css Color HEX #555265 Smoky

📋 copy color: '#555265'

red 85 ◦ green 82 ◦ blue 101

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

Shades of Smoky #555265

Tints of Smoky #555265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 31.72%
G = 30.6%
B = 37.69%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555265 (or 0x555265) is known color: Smoky. HEX triplet: 55, 52 and 65. RGB value is (85,82,101). Sum of RGB (Red+Green+Blue) = 85+82+101=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #555265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555265 is #AAAD9A. Grayscale: #545454. Windows color (decimal): -11185563 or 6640213. OLE color: 6640213.

HSL color Cylindrical-coordinate representation of color #555265: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555265 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 82 101 -
CMYK 0.16 0.19 0 0.60
HSL 249.47º 0.1% 0.36% -
HSV(B) 249.47º 0.19% 0.4% -
XYZ 9.11 8.91 13.55 -
YUV 85.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 85 82 101 0.16 0.19 0 0.60 249.47 0.1 0.36
Hex 55 52 65 10 13 0 3C F9 A 24
Octal 125 122 145 20 23 0 74 371 12 44
Binary 1010101 1010010 1100101 10000 10011 0 111100 11111001 1010 100100

Color Harmonies of #555265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555265

Black with #555265

Text Example


Text Example

White with #555265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555265; }

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

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

background-color css

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

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

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

border-color css

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

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

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