#105359

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

Shades of Sherpa Blue #105359

Tints of Sherpa Blue #105359

Color information

#105359 (or 0x105359) is unknown color: approx Sherpa Blue. HEX triplet: 10, 53 and 59. RGB value is (16,83,89). Sum of RGB (Red+Green+Blue) = 16+83+89=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #105359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105359 is #EFACA6. Grayscale: #3F3F3F. Windows color (decimal): -15707303 or 5853968. OLE color: 5853968.

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

Color convert

RGB168389-
CMYK0.820.0700.65
HSL184.93º69.52%20.59%-
HSV(B)184.93º82.02%34.9%-
XYZ5.117.0210.54-
YUV63.65142.394.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=8.51%
G=44.15%
B=47.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1683890.820.0700.65184.9369.5220.59
Hex105359527041b94615
Octal201231311227010127110625
Binary100001010011101100110100101110100000110111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105359; }

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

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

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

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

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

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

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

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