#104B53

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

Shades of Sherpa Blue #104B53

Tints of Sherpa Blue #104B53

Color information

#104B53 (or 0x104B53) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4B and 53. RGB value is (16,75,83). Sum of RGB (Red+Green+Blue) = 16+75+83=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #104B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B53 is #EFB4AC. Grayscale: #3A3A3A. Windows color (decimal): -15709357 or 5458704. OLE color: 5458704.

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

Color convert

RGB167583-
CMYK0.810.1000.67
HSL187.16º67.68%19.41%-
HSV(B)187.16º80.72%32.55%-
XYZ4.295.779.07-
YUV58.27141.9597.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=9.20%
G=43.10%
B=47.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1675830.810.1000.67187.1667.6819.41
Hex104B5351A043bb4413
Octal2011312312112010327310423
Binary1000010010111010011101000110100100001110111011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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