#05515B

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

Shades of Sherpa Blue #05515B

Tints of Sherpa Blue #05515B

Color information

#05515B (or 0x05515B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 5B. RGB value is (5,81,91). Sum of RGB (Red+Green+Blue) = 5+81+91=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #05515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05515B is #FAAEA4. Grayscale: #3B3B3B. Windows color (decimal): -16428709 or 5984517. OLE color: 5984517.

HSL color Cylindrical-coordinate representation of color #05515B: hue angle of 186.98º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05515B is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB58191-
CMYK0.950.1100.64
HSL186.98º89.58%18.82%-
HSV(B)186.98º94.51%35.69%-
XYZ4.896.6710.93-
YUV59.42145.8289.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=2.82%
G=45.76%
B=51.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal581910.950.1100.64186.9889.5818.82
Hex5515B5FB040bb5a13
Octal512113313713010027313223
Binary10110100011011011101111110110100000010111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05515B; }

 p { color: rgb(5,81,91); }

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

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

 a { background-color: rgb(5,81,91); }

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

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

 span { border-color: rgb(5,81,91); }

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