#115258

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

Shades of Sherpa Blue #115258

Tints of Sherpa Blue #115258

Color information

#115258 (or 0x115258) is unknown color: approx Sherpa Blue. HEX triplet: 11, 52 and 58. RGB value is (17,82,88). Sum of RGB (Red+Green+Blue) = 17+82+88=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #115258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115258 is #EEADA7. Grayscale: #3F3F3F. Windows color (decimal): -15642024 or 5788177. OLE color: 5788177.

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

Color convert

RGB178288-
CMYK0.810.0700.65
HSL185.07º67.62%20.59%-
HSV(B)185.07º80.68%34.51%-
XYZ5.016.8610.29-
YUV63.25141.9795.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=9.09%
G=43.85%
B=47.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1782880.810.0700.65185.0767.6220.59
Hex115258517041b94415
Octal211221301217010127110425
Binary100011010010101100010100011110100000110111001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115258; }

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

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

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

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

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

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

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

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