#114955

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

Shades of Sherpa Blue #114955

Tints of Sherpa Blue #114955

Color information

#114955 (or 0x114955) is unknown color: approx Sherpa Blue. HEX triplet: 11, 49 and 55. RGB value is (17,73,85). Sum of RGB (Red+Green+Blue) = 17+73+85=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #114955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114955 is #EEB6AA. Grayscale: #393939. Windows color (decimal): -15644331 or 5589265. OLE color: 5589265.

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

Color convert

RGB177385-
CMYK0.800.1400.67
HSL190.59º66.67%20%-
HSV(B)190.59º80%33.33%-
XYZ4.255.549.44-
YUV57.62143.4599.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=9.71%
G=41.71%
B=48.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1773850.800.1400.67190.5966.6720
Hex11495550E043bf4314
Octal2111112512016010327710324
Binary1000110010011010101101000011100100001110111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114955; }

 p { color: rgb(17,73,85); }

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

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

 a { background-color: rgb(17,73,85); }

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

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

 span { border-color: rgb(17,73,85); }

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