Html Css Color HEX #555567 Smoky

📋 copy color: '#555567'

red 85 ◦ green 85 ◦ blue 103

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

Shades of Smoky #555567

Tints of Smoky #555567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 31.14%
G = 31.14%
B = 37.73%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555567 (or 0x555567) is known color: Smoky. HEX triplet: 55, 55 and 67. RGB value is (85,85,103). Sum of RGB (Red+Green+Blue) = 85+85+103=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #555567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555567 is #AAAA98. Grayscale: #565656. Windows color (decimal): -11184793 or 6772053. OLE color: 6772053.

HSL color Cylindrical-coordinate representation of color #555567: hue angle of 240º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555567 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 85 103 -
CMYK 0.17 0.17 0 0.60
HSL 240º 0.1% 0.37% -
HSV(B) 240º 0.17% 0.4% -
XYZ 9.44 9.41 14.15 -
YUV 87.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 85 85 103 0.17 0.17 0 0.60 240 0.1 0.37
Hex 55 55 67 11 11 0 3C F0 A 25
Octal 125 125 147 21 21 0 74 360 12 45
Binary 1010101 1010101 1100111 10001 10001 0 111100 11110000 1010 100101

Color Harmonies of #555567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555567

Black with #555567

Text Example


Text Example

White with #555567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555567; }

 p { color: rgb(85,85,103); }

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

background-color css

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

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

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

border-color css

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

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

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