#104550

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

Shades of Sherpa Blue #104550

Tints of Sherpa Blue #104550

Color information

#104550 (or 0x104550) is unknown color: approx Sherpa Blue. HEX triplet: 10, 45 and 50. RGB value is (16,69,80). Sum of RGB (Red+Green+Blue) = 16+69+80=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #104550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104550 is #EFBAAF. Grayscale: #363636. Windows color (decimal): -15710896 or 5260560. OLE color: 5260560.

HSL color Cylindrical-coordinate representation of color #104550: hue angle of 190.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104550 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166980-
CMYK0.800.1400.69
HSL190.31º66.67%18.82%-
HSV(B)190.31º80%31.37%-
XYZ3.794.958.34-
YUV54.41142.44100.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=9.70%
G=41.82%
B=48.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1669800.800.1400.69190.3166.6718.82
Hex10455050E045be4313
Octal2010512012016010527610323
Binary1000010001011010000101000011100100010110111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104550; }

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

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

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

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

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

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

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

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