Html Css Color HEX #556367 Smalt Blue

📋 copy color: '#556367'

red 85 ◦ green 99 ◦ blue 103

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

Shades of Smalt Blue #556367

Tints of Smalt Blue #556367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 29.62%
G = 34.49%
B = 35.89%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#556367 (or 0x556367) is known color: Smalt Blue. HEX triplet: 55, 63 and 67. RGB value is (85,99,103). Sum of RGB (Red+Green+Blue) = 85+99+103=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #556367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556367 is #AA9C98. Grayscale: #5F5F5F. Windows color (decimal): -11181209 or 6775637. OLE color: 6775637.

HSL color Cylindrical-coordinate representation of color #556367: hue angle of 193.33º 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 #556367 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 99 103 -
CMYK 0.17 0.04 0 0.60
HSL 193.33º 0.1% 0.37% -
HSV(B) 193.33º 0.17% 0.4% -
XYZ 10.66 11.83 14.55 -
YUV 95.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 85 99 103 0.17 0.04 0 0.60 193.33 0.1 0.37
Hex 55 63 67 11 4 0 3C C1 A 25
Octal 125 143 147 21 4 0 74 301 12 45
Binary 1010101 1100011 1100111 10001 100 0 111100 11000001 1010 100101

Color Harmonies of #556367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556367

Black with #556367

Text Example


Text Example

White with #556367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556367; }

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

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

background-color css

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

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

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

border-color css

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

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

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