Html Css Color HEX #555275 Smoky

📋 copy color: '#555275'

red 85 ◦ green 82 ◦ blue 117

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

Shades of Smoky #555275

Tints of Smoky #555275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 29.93%
G = 28.87%
B = 41.2%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555275 (or 0x555275) is known color: Smoky. HEX triplet: 55, 52 and 75. RGB value is (85,82,117). Sum of RGB (Red+Green+Blue) = 85+82+117=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #555275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555275 is #AAAD8A. Grayscale: #565656. Windows color (decimal): -11185547 or 7688789. OLE color: 7688789.

HSL color Cylindrical-coordinate representation of color #555275: hue angle of 245.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555275 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 82 117 -
CMYK 0.27 0.30 0 0.54
HSL 245.14º 0.18% 0.39% -
HSV(B) 245.14º 0.3% 0.46% -
XYZ 9.97 9.25 18.09 -
YUV 86.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 85 82 117 0.27 0.30 0 0.54 245.14 0.18 0.39
Hex 55 52 75 1B 1E 0 36 F5 12 27
Octal 125 122 165 33 36 0 66 365 22 47
Binary 1010101 1010010 1110101 11011 11110 0 110110 11110101 10010 100111

Color Harmonies of #555275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555275

Black with #555275

Text Example


Text Example

White with #555275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555275; }

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

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

background-color css

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

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

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

border-color css

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

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

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