#114D59

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

Shades of Sherpa Blue #114D59

Tints of Sherpa Blue #114D59

Color information

#114D59 (or 0x114D59) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4D and 59. RGB value is (17,77,89). Sum of RGB (Red+Green+Blue) = 17+77+89=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #114D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D59 is #EEB2A6. Grayscale: #3C3C3C. Windows color (decimal): -15643303 or 5852433. OLE color: 5852433.

HSL color Cylindrical-coordinate representation of color #114D59: hue angle of 190º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114D59 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177789-
CMYK0.810.1300.65
HSL190º67.92%20.78%-
HSV(B)190º80.9%34.9%-
XYZ4.696.1510.39-
YUV60.43144.1297.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=9.29%
G=42.08%
B=48.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1777890.810.1300.6519067.9220.78
Hex114D5951D041be4415
Octal2111513112115010127610425
Binary1000110011011011001101000111010100000110111110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,77,89); }

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

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

 a { background-color: rgb(17,77,89); }

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

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

 span { border-color: rgb(17,77,89); }

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