#104D56

Color #104D56 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #104D56

Tints of Sherpa Blue #104D56

Color information

#104D56 (or 0x104D56) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4D and 56. RGB value is (16,77,86). Sum of RGB (Red+Green+Blue) = 16+77+86=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #104D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D56 is #EFB2A9. Grayscale: #3B3B3B. Windows color (decimal): -15708842 or 5655824. OLE color: 5655824.

HSL color Cylindrical-coordinate representation of color #104D56: hue angle of 187.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104D56 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB167786-
CMYK0.810.1000.66
HSL187.71º68.63%20%-
HSV(B)187.71º81.4%33.73%-
XYZ4.556.099.74-
YUV59.79142.7996.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=8.94%
G=43.02%
B=48.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1677860.810.1000.66187.7168.6320
Hex104D5651A042bc4514
Octal2011512612112010227410524
Binary1000010011011010110101000110100100001010111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104D56; }

 p { color: rgb(16,77,86); }

 H1.HeaderClassName
 {
   color: #104D56;
 }
 .AnyTagClassName
 {
   color: #104D56;
 }
</style>
background-color css

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

 a { background-color: rgb(16,77,86); }

 div.DivClassName
 {
   background-color: #104D56;
 }
 .BgClassName
 {
   background-color: #104D56;
 }
</style>
border-color css

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

 span { border-color: rgb(16,77,86); }

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