#114F55

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

Shades of Sherpa Blue #114F55

Tints of Sherpa Blue #114F55

Color information

#114F55 (or 0x114F55) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4F and 55. RGB value is (17,79,85). Sum of RGB (Red+Green+Blue) = 17+79+85=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 79 (31.25% from 255 or 43.65% 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 #114F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F55 is #EEB0AA. Grayscale: #3D3D3D. Windows color (decimal): -15642795 or 5590801. OLE color: 5590801.

HSL color Cylindrical-coordinate representation of color #114F55: hue angle of 185.29º 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 #114F55 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB177985-
CMYK0.800.0700.67
HSL185.29º66.67%20%-
HSV(B)185.29º80%33.33%-
XYZ4.676.379.58-
YUV61.15141.4696.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=9.39%
G=43.65%
B=46.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1779850.800.0700.67185.2966.6720
Hex114F55507043b94314
Octal211171251207010327110324
Binary100011001111101010110100001110100001110111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114F55; }

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

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

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

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

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

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

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

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