#105255

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

Shades of Sherpa Blue #105255

Tints of Sherpa Blue #105255

Color information

#105255 (or 0x105255) is unknown color: approx Sherpa Blue. HEX triplet: 10, 52 and 55. RGB value is (16,82,85). Sum of RGB (Red+Green+Blue) = 16+82+85=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #105255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105255 is #EFADAA. Grayscale: #3E3E3E. Windows color (decimal): -15707563 or 5591568. OLE color: 5591568.

HSL color Cylindrical-coordinate representation of color #105255: hue angle of 182.61º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105255 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB168285-
CMYK0.810.0400.67
HSL182.61º68.32%19.8%-
HSV(B)182.61º81.18%33.33%-
XYZ4.876.89.65-
YUV62.61140.6394.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=8.74%
G=44.81%
B=46.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1682850.810.0400.67182.6168.3219.8
Hex105255514043b74414
Octal201221251214010326710424
Binary100001010010101010110100011000100001110110111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105255; }

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

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

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

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

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

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

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

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