#114F58

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

Shades of Sherpa Blue #114F58

Tints of Sherpa Blue #114F58

Color information

#114F58 (or 0x114F58) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4F and 58. RGB value is (17,79,88). Sum of RGB (Red+Green+Blue) = 17+79+88=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #114F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F58 is #EEB0A7. Grayscale: #3D3D3D. Windows color (decimal): -15642792 or 5787409. OLE color: 5787409.

HSL color Cylindrical-coordinate representation of color #114F58: hue angle of 187.61º 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 #114F58 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177988-
CMYK0.810.1000.65
HSL187.61º67.62%20.59%-
HSV(B)187.61º80.68%34.51%-
XYZ4.796.4210.22-
YUV61.49142.9696.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=9.24%
G=42.93%
B=47.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1779880.810.1000.65187.6167.6220.59
Hex114F5851A041bc4415
Octal2111713012112010127410425
Binary1000110011111011000101000110100100000110111100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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