Html Css Color HEX #556266 Smalt Blue

📋 copy color: '#556266'

red 85 ◦ green 98 ◦ blue 102

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

Shades of Smalt Blue #556266

Tints of Smalt Blue #556266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 29.82%
G = 34.39%
B = 35.79%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#556266 (or 0x556266) is known color: Smalt Blue. HEX triplet: 55, 62 and 66. RGB value is (85,98,102). Sum of RGB (Red+Green+Blue) = 85+98+102=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #556266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556266 is #AA9D99. Grayscale: #5E5E5E. Windows color (decimal): -11181466 or 6709845. OLE color: 6709845.

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

Color convert

RGB 85 98 102 -
CMYK 0.17 0.04 0 0.6
HSL 194.12º 0.09% 0.37% -
HSV(B) 194.12º 0.17% 0.4% -
XYZ 10.51 11.63 14.26 -
YUV 94.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 85 98 102 0.17 0.04 0 0.6 194.12 0.09 0.37
Hex 55 62 66 11 4 0 3C C2 9 25
Octal 125 142 146 21 4 0 74 302 11 45
Binary 1010101 1100010 1100110 10001 100 0 111100 11000010 1001 100101

Color Harmonies of #556266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556266

Black with #556266

Text Example


Text Example

White with #556266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556266; }

 p { color: rgb(85,98,102); }

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

background-color css

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

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

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

border-color css

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

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

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