#104d53

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

Shades of Sherpa Blue #104D53

Tints of Sherpa Blue #104D53

Color information

#104D53 (or 0x104D53) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4D and 53. RGB value is (16,77,83). Sum of RGB (Red+Green+Blue) = 16+77+83=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #104D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D53 is #EFB2AC. Grayscale: #3B3B3B. Windows color (decimal): -15708845 or 5459216. OLE color: 5459216.

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

Color convert

RGB167783-
CMYK0.810.0700.67
HSL185.37º67.68%19.41%-
HSV(B)185.37º80.72%32.55%-
XYZ4.436.049.12-
YUV59.44141.2997.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=9.09%
G=43.75%
B=47.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1677830.810.0700.67185.3767.6819.41
Hex104D53517043b94413
Octal201151231217010327110423
Binary100001001101101001110100011110100001110111001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104d53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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