#114F56

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

Shades of Sherpa Blue #114F56

Tints of Sherpa Blue #114F56

Color information

#114F56 (or 0x114F56) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4F and 56. RGB value is (17,79,86). Sum of RGB (Red+Green+Blue) = 17+79+86=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #114F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F56 is #EEB0A9. Grayscale: #3D3D3D. Windows color (decimal): -15642794 or 5656337. OLE color: 5656337.

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

Color convert

RGB177986-
CMYK0.800.0800.66
HSL186.09º66.99%20.2%-
HSV(B)186.09º80.23%33.73%-
XYZ4.716.389.79-
YUV61.26141.9696.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=9.34%
G=43.41%
B=47.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1779860.800.0800.66186.0966.9920.2
Hex114F56508042ba4314
Octal2111712612010010227210324
Binary1000110011111010110101000010000100001010111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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