#104B54

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

Shades of Sherpa Blue #104B54

Tints of Sherpa Blue #104B54

Color information

#104B54 (or 0x104B54) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4B and 54. RGB value is (16,75,84). Sum of RGB (Red+Green+Blue) = 16+75+84=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #104B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B54 is #EFB4AB. Grayscale: #3A3A3A. Windows color (decimal): -15709356 or 5524240. OLE color: 5524240.

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

Color convert

RGB167584-
CMYK0.810.1100.67
HSL187.94º68%19.61%-
HSV(B)187.94º80.95%32.94%-
XYZ4.335.789.28-
YUV58.38142.4597.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 84 (33.20% from 255) = 48%
R=9.14%
G=42.86%
B=48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1675840.810.1100.67187.946819.61
Hex104B5451B043bc4414
Octal2011312412113010327410424
Binary1000010010111010100101000110110100001110111100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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