#104F5B

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

Shades of Sherpa Blue #104F5B

Tints of Sherpa Blue #104F5B

Color information

#104F5B (or 0x104F5B) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4F and 5B. RGB value is (16,79,91). Sum of RGB (Red+Green+Blue) = 16+79+91=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #104F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F5B is #EFB0A4. Grayscale: #3D3D3D. Windows color (decimal): -15708325 or 5984016. OLE color: 5984016.

HSL color Cylindrical-coordinate representation of color #104F5B: hue angle of 189.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104F5B is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB167991-
CMYK0.820.1300.64
HSL189.6º70.09%20.98%-
HSV(B)189.6º82.42%35.69%-
XYZ4.96.4610.89-
YUV61.53144.6395.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=8.60%
G=42.47%
B=48.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1679910.820.1300.64189.670.0920.98
Hex104F5B52D040be4615
Octal2011713312215010027610625
Binary1000010011111011011101001011010100000010111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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