#114C53

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

Shades of Sherpa Blue #114C53

Tints of Sherpa Blue #114C53

Color information

#114C53 (or 0x114C53) is unknown color: approx Sherpa Blue. HEX triplet: 11, 4C and 53. RGB value is (17,76,83). Sum of RGB (Red+Green+Blue) = 17+76+83=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #114C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C53 is #EEB3AC. Grayscale: #3B3B3B. Windows color (decimal): -15643565 or 5458961. OLE color: 5458961.

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

Color convert

RGB177683-
CMYK0.800.0800.67
HSL186.36º66%19.61%-
HSV(B)186.36º79.52%32.55%-
XYZ4.385.919.09-
YUV59.16141.4597.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=9.66%
G=43.18%
B=47.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1776830.800.0800.67186.366619.61
Hex114C53508043ba4214
Octal2111412312010010327210224
Binary1000110011001010011101000010000100001110111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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