#105059

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

Shades of Sherpa Blue #105059

Tints of Sherpa Blue #105059

Color information

#105059 (or 0x105059) is unknown color: approx Sherpa Blue. HEX triplet: 10, 50 and 59. RGB value is (16,80,89). Sum of RGB (Red+Green+Blue) = 16+80+89=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #105059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105059 is #EFAFA6. Grayscale: #3D3D3D. Windows color (decimal): -15708071 or 5853200. OLE color: 5853200.

HSL color Cylindrical-coordinate representation of color #105059: hue angle of 187.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105059 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB168089-
CMYK0.820.1000.65
HSL187.4º69.52%20.59%-
HSV(B)187.4º82.02%34.9%-
XYZ4.896.5710.46-
YUV61.89143.395.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=8.65%
G=43.24%
B=48.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1680890.820.1000.65187.469.5220.59
Hex10505952A041bb4615
Octal2012013112212010127310625
Binary1000010100001011001101001010100100000110111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105059; }

 p { color: rgb(16,80,89); }

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

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

 a { background-color: rgb(16,80,89); }

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

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

 span { border-color: rgb(16,80,89); }

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