#104553

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

Shades of Sherpa Blue #104553

Tints of Sherpa Blue #104553

Color information

#104553 (or 0x104553) is unknown color: approx Sherpa Blue. HEX triplet: 10, 45 and 53. RGB value is (16,69,83). Sum of RGB (Red+Green+Blue) = 16+69+83=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #104553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104553 is #EFBAAC. Grayscale: #363636. Windows color (decimal): -15710893 or 5457168. OLE color: 5457168.

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

Color convert

RGB166983-
CMYK0.810.1700.67
HSL192.54º67.68%19.41%-
HSV(B)192.54º80.72%32.55%-
XYZ3.94.998.94-
YUV54.75143.94100.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=9.52%
G=41.07%
B=49.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1669830.810.1700.67192.5467.6819.41
Hex1045535111043c14413
Octal2010512312121010330110423
Binary10000100010110100111010001100010100001111000001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104553; }

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

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

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

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

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

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

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

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