Html Css Color HEX #555469 Smoky

📋 copy color: '#555469'

red 85 ◦ green 84 ◦ blue 105

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

Shades of Smoky #555469

Tints of Smoky #555469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 31.02%
G = 30.66%
B = 38.32%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555469 (or 0x555469) is known color: Smoky. HEX triplet: 55, 54 and 69. RGB value is (85,84,105). Sum of RGB (Red+Green+Blue) = 85+84+105=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #555469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555469 is #AAAB96. Grayscale: #565656. Windows color (decimal): -11185047 or 6902869. OLE color: 6902869.

HSL color Cylindrical-coordinate representation of color #555469: hue angle of 242.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555469 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 84 105 -
CMYK 0.19 0.20 0 0.59
HSL 242.86º 0.11% 0.37% -
HSV(B) 242.86º 0.2% 0.41% -
XYZ 9.47 9.29 14.66 -
YUV 86.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 85 84 105 0.19 0.20 0 0.59 242.86 0.11 0.37
Hex 55 54 69 13 14 0 3B F3 B 25
Octal 125 124 151 23 24 0 73 363 13 45
Binary 1010101 1010100 1101001 10011 10100 0 111011 11110011 1011 100101

Color Harmonies of #555469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555469

Black with #555469

Text Example


Text Example

White with #555469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555469; }

 p { color: rgb(85,84,105); }

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

background-color css

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

 a { background-color: rgb(85,84,105); }

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

border-color css

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

 span { border-color: rgb(85,84,105); }

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