#104D5A

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

Shades of Sherpa Blue #104D5A

Tints of Sherpa Blue #104D5A

Color information

#104D5A (or 0x104D5A) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4D and 5A. RGB value is (16,77,90). Sum of RGB (Red+Green+Blue) = 16+77+90=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #104D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D5A is #EFB2A5. Grayscale: #3C3C3C. Windows color (decimal): -15708838 or 5917968. OLE color: 5917968.

HSL color Cylindrical-coordinate representation of color #104D5A: hue angle of 190.54º 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 #104D5A is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB167790-
CMYK0.820.1400.65
HSL190.54º69.81%20.78%-
HSV(B)190.54º82.22%35.29%-
XYZ4.716.1610.61-
YUV60.24144.7996.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=8.74%
G=42.08%
B=49.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1677900.820.1400.65190.5469.8120.78
Hex104D5A52E041bf4615
Octal2011513212216010127710625
Binary1000010011011011010101001011100100000110111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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