Html Css Color HEX #555270 Smoky

📋 copy color: '#555270'

red 85 ◦ green 82 ◦ blue 112

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

Shades of Smoky #555270

Tints of Smoky #555270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 30.47%
G = 29.39%
B = 40.14%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555270 (or 0x555270) is known color: Smoky. HEX triplet: 55, 52 and 70. RGB value is (85,82,112). Sum of RGB (Red+Green+Blue) = 85+82+112=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #555270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555270 is #AAAD8F. Grayscale: #565656. Windows color (decimal): -11185552 or 7361109. OLE color: 7361109.

HSL color Cylindrical-coordinate representation of color #555270: hue angle of 246º degrees, saturation: 0.15, 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 #555270 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 82 112 -
CMYK 0.24 0.27 0 0.56
HSL 246º 0.15% 0.38% -
HSV(B) 246º 0.27% 0.44% -
XYZ 9.69 9.14 16.58 -
YUV 86.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 85 82 112 0.24 0.27 0 0.56 246 0.15 0.38
Hex 55 52 70 18 1B 0 38 F6 F 26
Octal 125 122 160 30 33 0 70 366 17 46
Binary 1010101 1010010 1110000 11000 11011 0 111000 11110110 1111 100110

Color Harmonies of #555270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555270

Black with #555270

Text Example


Text Example

White with #555270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555270; }

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

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

background-color css

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

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

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

border-color css

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

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

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