#105257

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

Shades of Sherpa Blue #105257

Tints of Sherpa Blue #105257

Color information

#105257 (or 0x105257) is unknown color: approx Sherpa Blue. HEX triplet: 10, 52 and 57. RGB value is (16,82,87). Sum of RGB (Red+Green+Blue) = 16+82+87=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #105257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105257 is #EFADA8. Grayscale: #3E3E3E. Windows color (decimal): -15707561 or 5722640. OLE color: 5722640.

HSL color Cylindrical-coordinate representation of color #105257: hue angle of 184.23º 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 #105257 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB168287-
CMYK0.820.0600.66
HSL184.23º68.93%20.2%-
HSV(B)184.23º81.61%34.12%-
XYZ4.956.8310.07-
YUV62.84141.6394.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=8.65%
G=44.32%
B=47.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1682870.820.0600.66184.2368.9320.2
Hex105257526042b84514
Octal201221271226010227010524
Binary100001010010101011110100101100100001010111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105257; }

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

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

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

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

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

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

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

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