Html Css Color HEX #555271 Smoky

📋 copy color: '#555271'

red 85 ◦ green 82 ◦ blue 113

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

Shades of Smoky #555271

Tints of Smoky #555271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 30.36%
G = 29.29%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555271 (or 0x555271) is known color: Smoky. HEX triplet: 55, 52 and 71. RGB value is (85,82,113). Sum of RGB (Red+Green+Blue) = 85+82+113=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #555271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555271 is #AAAD8E. Grayscale: #565656. Windows color (decimal): -11185551 or 7426645. OLE color: 7426645.

HSL color Cylindrical-coordinate representation of color #555271: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555271 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 82 113 -
CMYK 0.25 0.27 0 0.56
HSL 245.81º 0.16% 0.38% -
HSV(B) 245.81º 0.27% 0.44% -
XYZ 9.74 9.16 16.88 -
YUV 86.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 85 82 113 0.25 0.27 0 0.56 245.81 0.16 0.38
Hex 55 52 71 19 1B 0 38 F6 10 26
Octal 125 122 161 31 33 0 70 366 20 46
Binary 1010101 1010010 1110001 11001 11011 0 111000 11110110 10000 100110

Color Harmonies of #555271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555271

Black with #555271

Text Example


Text Example

White with #555271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555271; }

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

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

background-color css

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

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

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

border-color css

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

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

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