#104F54

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

Shades of Sherpa Blue #104F54

Tints of Sherpa Blue #104F54

Color information

#104F54 (or 0x104F54) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4F and 54. RGB value is (16,79,84). Sum of RGB (Red+Green+Blue) = 16+79+84=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #104F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F54 is #EFB0AB. Grayscale: #3C3C3C. Windows color (decimal): -15708332 or 5525264. OLE color: 5525264.

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

Color convert

RGB167984-
CMYK0.810.0600.67
HSL184.41º68%19.61%-
HSV(B)184.41º80.95%32.94%-
XYZ4.616.349.37-
YUV60.73141.1396.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=8.94%
G=44.13%
B=46.93%

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
Decimal1679840.810.0600.67184.416819.61
Hex104F54516043b84414
Octal201171241216010327010424
Binary100001001111101010010100011100100001110111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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