#05515F

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

Shades of Sherpa Blue #05515F

Tints of Sherpa Blue #05515F

Color information

#05515F (or 0x05515F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 5F. RGB value is (5,81,95). Sum of RGB (Red+Green+Blue) = 5+81+95=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #05515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05515F is #FAAEA0. Grayscale: #3B3B3B. Windows color (decimal): -16428705 or 6246661. OLE color: 6246661.

HSL color Cylindrical-coordinate representation of color #05515F: hue angle of 189.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05515F is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58195-
CMYK0.950.1500.63
HSL189.33º90%19.61%-
HSV(B)189.33º94.74%37.25%-
XYZ5.076.7411.86-
YUV59.87147.8288.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=2.76%
G=44.75%
B=52.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal581950.950.1500.63189.339019.61
Hex5515F5FF03Fbd5a14
Octal51211371371707727513224
Binary1011010001101111110111111111011111110111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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