#104956

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

Shades of Sherpa Blue #104956

Tints of Sherpa Blue #104956

Color information

#104956 (or 0x104956) is unknown color: approx Sherpa Blue. HEX triplet: 10, 49 and 56. RGB value is (16,73,86). Sum of RGB (Red+Green+Blue) = 16+73+86=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #104956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104956 is #EFB6A9. Grayscale: #393939. Windows color (decimal): -15709866 or 5654800. OLE color: 5654800.

HSL color Cylindrical-coordinate representation of color #104956: hue angle of 191.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104956 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB167386-
CMYK0.810.1500.66
HSL191.14º68.63%20%-
HSV(B)191.14º81.4%33.73%-
XYZ4.285.559.65-
YUV57.44144.1298.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=9.14%
G=41.71%
B=49.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1673860.810.1500.66191.1468.6320
Hex10495651F042bf4514
Octal2011112612117010227710524
Binary1000010010011010110101000111110100001010111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104956; }

 p { color: rgb(16,73,86); }

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

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

 a { background-color: rgb(16,73,86); }

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

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

 span { border-color: rgb(16,73,86); }

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