#104F57

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

Shades of Sherpa Blue #104F57

Tints of Sherpa Blue #104F57

Color information

#104F57 (or 0x104F57) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4F and 57. RGB value is (16,79,87). Sum of RGB (Red+Green+Blue) = 16+79+87=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #104F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F57 is #EFB0A8. Grayscale: #3C3C3C. Windows color (decimal): -15708329 or 5721872. OLE color: 5721872.

HSL color Cylindrical-coordinate representation of color #104F57: hue angle of 186.76º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104F57 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB167987-
CMYK0.820.0900.66
HSL186.76º68.93%20.2%-
HSV(B)186.76º81.61%34.12%-
XYZ4.736.3910-
YUV61.08142.6395.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=8.79%
G=43.41%
B=47.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1679870.820.0900.66186.7668.9320.2
Hex104F57529042bb4514
Octal2011712712211010227310524
Binary1000010011111010111101001010010100001010111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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