#114C55

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

Shades of Sherpa Blue #114C55

Tints of Sherpa Blue #114C55

Color information

#114C55 (or 0x114C55) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4C and 55. RGB value is (17,76,85). Sum of RGB (Red+Green+Blue) = 17+76+85=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #114C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C55 is #EEB3AA. Grayscale: #3B3B3B. Windows color (decimal): -15643563 or 5590033. OLE color: 5590033.

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

Color convert

RGB177685-
CMYK0.800.1100.67
HSL187.94º66.67%20%-
HSV(B)187.94º80%33.33%-
XYZ4.465.949.51-
YUV59.38142.4597.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=9.55%
G=42.70%
B=47.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1776850.800.1100.67187.9466.6720
Hex114C5550B043bc4314
Octal2111412512013010327410324
Binary1000110011001010101101000010110100001110111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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