#104E53

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

Shades of Sherpa Blue #104E53

Tints of Sherpa Blue #104E53

Color information

#104E53 (or 0x104E53) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4E and 53. RGB value is (16,78,83). Sum of RGB (Red+Green+Blue) = 16+78+83=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #104E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E53 is #EFB1AC. Grayscale: #3B3B3B. Windows color (decimal): -15708589 or 5459472. OLE color: 5459472.

HSL color Cylindrical-coordinate representation of color #104E53: hue angle of 184.48º 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 #104E53 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB167883-
CMYK0.810.0600.67
HSL184.48º67.68%19.41%-
HSV(B)184.48º80.72%32.55%-
XYZ4.56.189.14-
YUV60.03140.9696.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=9.04%
G=44.07%
B=46.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1678830.810.0600.67184.4867.6819.41
Hex104E53516043b84413
Octal201161231216010327010423
Binary100001001110101001110100011100100001110111000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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