Html Css Color HEX #555268 Smoky

📋 copy color: '#555268'

red 85 ◦ green 82 ◦ blue 104

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

Shades of Smoky #555268

Tints of Smoky #555268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 31.37%
G = 30.26%
B = 38.38%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555268 (or 0x555268) is known color: Smoky. HEX triplet: 55, 52 and 68. RGB value is (85,82,104). Sum of RGB (Red+Green+Blue) = 85+82+104=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #555268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555268 is #AAAD97. Grayscale: #555555. Windows color (decimal): -11185560 or 6836821. OLE color: 6836821.

HSL color Cylindrical-coordinate representation of color #555268: hue angle of 248.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555268 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 82 104 -
CMYK 0.18 0.21 0 0.59
HSL 248.18º 0.12% 0.36% -
HSV(B) 248.18º 0.21% 0.41% -
XYZ 9.26 8.97 14.34 -
YUV 85.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 85 82 104 0.18 0.21 0 0.59 248.18 0.12 0.36
Hex 55 52 68 12 15 0 3B F8 C 24
Octal 125 122 150 22 25 0 73 370 14 44
Binary 1010101 1010010 1101000 10010 10101 0 111011 11111000 1100 100100

Color Harmonies of #555268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555268

Black with #555268

Text Example


Text Example

White with #555268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555268; }

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

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

background-color css

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

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

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

border-color css

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

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

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