#104F56

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

Shades of Sherpa Blue #104F56

Tints of Sherpa Blue #104F56

Color information

#104F56 (or 0x104F56) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4F and 56. RGB value is (16,79,86). Sum of RGB (Red+Green+Blue) = 16+79+86=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #104F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F56 is #EFB0A9. Grayscale: #3C3C3C. Windows color (decimal): -15708330 or 5656336. OLE color: 5656336.

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

Color convert

RGB167986-
CMYK0.810.0800.66
HSL186º68.63%20%-
HSV(B)186º81.4%33.73%-
XYZ4.696.379.79-
YUV60.96142.1395.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=8.84%
G=43.65%
B=47.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1679860.810.0800.6618668.6320
Hex104F56518042ba4514
Octal2011712612110010227210524
Binary1000010011111010110101000110000100001010111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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