#105358

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

Shades of Sherpa Blue #105358

Tints of Sherpa Blue #105358

Color information

#105358 (or 0x105358) is unknown color: approx Sherpa Blue. HEX triplet: 10, 53 and 58. RGB value is (16,83,88). Sum of RGB (Red+Green+Blue) = 16+83+88=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #105358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105358 is #EFACA7. Grayscale: #3F3F3F. Windows color (decimal): -15707304 or 5788432. OLE color: 5788432.

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

Color convert

RGB168388-
CMYK0.820.0600.65
HSL184.17º69.23%20.39%-
HSV(B)184.17º81.82%34.51%-
XYZ5.07710.32-
YUV63.54141.894.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=8.56%
G=44.39%
B=47.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1683880.820.0600.65184.1769.2320.39
Hex105358526041b84514
Octal201231301226010127010524
Binary100001010011101100010100101100100000110111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105358; }

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

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

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

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

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

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

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

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