#105055

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

Shades of Sherpa Blue #105055

Tints of Sherpa Blue #105055

Color information

#105055 (or 0x105055) is unknown color: approx Sherpa Blue. HEX triplet: 10, 50 and 55. RGB value is (16,80,85). Sum of RGB (Red+Green+Blue) = 16+80+85=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #105055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105055 is #EFAFAA. Grayscale: #3D3D3D. Windows color (decimal): -15708075 or 5591056. OLE color: 5591056.

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

Color convert

RGB168085-
CMYK0.810.0600.67
HSL184.35º68.32%19.8%-
HSV(B)184.35º81.18%33.33%-
XYZ4.726.59.6-
YUV61.43141.395.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=8.84%
G=44.20%
B=46.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1680850.810.0600.67184.3568.3219.8
Hex105055516043b84414
Octal201201251216010327010424
Binary100001010000101010110100011100100001110111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105055; }

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

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

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

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

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

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

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

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