#115255

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

Shades of Sherpa Blue #115255

Tints of Sherpa Blue #115255

Color information

#115255 (or 0x115255) is unknown color: approx Sherpa Blue. HEX triplet: 11, 52 and 55. RGB value is (17,82,85). Sum of RGB (Red+Green+Blue) = 17+82+85=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #115255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115255 is #EEADAA. Grayscale: #3E3E3E. Windows color (decimal): -15642027 or 5591569. OLE color: 5591569.

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

Color convert

RGB178285-
CMYK0.800.0400.67
HSL182.65º66.67%20%-
HSV(B)182.65º80%33.33%-
XYZ4.896.819.65-
YUV62.91140.4795.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=9.24%
G=44.57%
B=46.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1782850.800.0400.67182.6566.6720
Hex115255504043b74314
Octal211221251204010326710324
Binary100011010010101010110100001000100001110110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115255; }

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

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

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

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

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

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

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

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