#105357

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

Shades of Sherpa Blue #105357

Tints of Sherpa Blue #105357

Color information

#105357 (or 0x105357) is unknown color: approx Sherpa Blue. HEX triplet: 10, 53 and 57. RGB value is (16,83,87). Sum of RGB (Red+Green+Blue) = 16+83+87=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #105357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105357 is #EFACA8. Grayscale: #3F3F3F. Windows color (decimal): -15707305 or 5722896. OLE color: 5722896.

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

Color convert

RGB168387-
CMYK0.820.0500.66
HSL183.38º68.93%20.2%-
HSV(B)183.38º81.61%34.12%-
XYZ5.036.9810.1-
YUV63.42141.394.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=8.60%
G=44.62%
B=46.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1683870.820.0500.66183.3868.9320.2
Hex105357525042b74514
Octal201231271225010226710524
Binary100001010011101011110100101010100001010110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105357; }

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

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

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

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

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

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

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

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