#05515C

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

Shades of Sherpa Blue #05515C

Tints of Sherpa Blue #05515C

Color information

#05515C (or 0x05515C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 5C. RGB value is (5,81,92). Sum of RGB (Red+Green+Blue) = 5+81+92=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #05515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05515C is #FAAEA3. Grayscale: #3B3B3B. Windows color (decimal): -16428708 or 6050053. OLE color: 6050053.

HSL color Cylindrical-coordinate representation of color #05515C: hue angle of 187.59º 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 #05515C is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB58192-
CMYK0.950.1200.64
HSL187.59º89.69%19.02%-
HSV(B)187.59º94.57%36.08%-
XYZ4.946.6911.16-
YUV59.53146.3289.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=2.81%
G=45.51%
B=51.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal581920.950.1200.64187.5989.6919.02
Hex5515C5FC040bc5a13
Octal512113413714010027413223
Binary10110100011011100101111111000100000010111100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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