#104C59

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

Shades of Sherpa Blue #104C59

Tints of Sherpa Blue #104C59

Color information

#104C59 (or 0x104C59) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4C and 59. RGB value is (16,76,89). Sum of RGB (Red+Green+Blue) = 16+76+89=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #104C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C59 is #EFB3A6. Grayscale: #3B3B3B. Windows color (decimal): -15709095 or 5852176. OLE color: 5852176.

HSL color Cylindrical-coordinate representation of color #104C59: hue angle of 190.68º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104C59 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB167689-
CMYK0.820.1500.65
HSL190.68º69.52%20.59%-
HSV(B)190.68º82.02%34.9%-
XYZ4.6610.37-
YUV59.54144.6296.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=8.84%
G=41.99%
B=49.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1676890.820.1500.65190.6869.5220.59
Hex104C5952F041bf4615
Octal2011413112217010127710625
Binary1000010011001011001101001011110100000110111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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