#104C55

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

Shades of Sherpa Blue #104C55

Tints of Sherpa Blue #104C55

Color information

#104C55 (or 0x104C55) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4C and 55. RGB value is (16,76,85). Sum of RGB (Red+Green+Blue) = 16+76+85=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #104C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C55 is #EFB3AA. Grayscale: #3A3A3A. Windows color (decimal): -15709099 or 5590032. OLE color: 5590032.

HSL color Cylindrical-coordinate representation of color #104C55: hue angle of 187.83º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104C55 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB167685-
CMYK0.810.1100.67
HSL187.83º68.32%19.8%-
HSV(B)187.83º81.18%33.33%-
XYZ4.445.939.51-
YUV59.09142.6297.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 76 (30.08% from 255) = 42.94%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=9.04%
G=42.94%
B=48.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1676850.810.1100.67187.8368.3219.8
Hex104C5551B043bc4414
Octal2011412512113010327410424
Binary1000010011001010101101000110110100001110111100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,76,85); }

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

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

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

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

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

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

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