Html Css Color HEX #556468 Smalt Blue

📋 copy color: '#556468'

red 85 ◦ green 100 ◦ blue 104

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

Shades of Smalt Blue #556468

Tints of Smalt Blue #556468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

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

R = 29.41%
G = 34.6%
B = 35.99%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556468 (or 0x556468) is known color: Smalt Blue. HEX triplet: 55, 64 and 68. RGB value is (85,100,104). Sum of RGB (Red+Green+Blue) = 85+100+104=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #556468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556468 is #AA9B97. Grayscale: #5F5F5F. Windows color (decimal): -11180952 or 6841429. OLE color: 6841429.

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

Color convert

RGB 85 100 104 -
CMYK 0.18 0.04 0 0.59
HSL 192.63º 0.1% 0.37% -
HSV(B) 192.63º 0.18% 0.41% -
XYZ 10.8 12.05 14.85 -
YUV 95.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 85 100 104 0.18 0.04 0 0.59 192.63 0.1 0.37
Hex 55 64 68 12 4 0 3B C1 A 25
Octal 125 144 150 22 4 0 73 301 12 45
Binary 1010101 1100100 1101000 10010 100 0 111011 11000001 1010 100101

Color Harmonies of #556468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556468

Black with #556468

Text Example


Text Example

White with #556468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556468; }

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

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

background-color css

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

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

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

border-color css

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

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

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