#055157

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

Shades of Sherpa Blue #055157

Tints of Sherpa Blue #055157

Color information

#055157 (or 0x055157) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 57. RGB value is (5,81,87). Sum of RGB (Red+Green+Blue) = 5+81+87=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #055157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055157 is #FAAEA8. Grayscale: #3A3A3A. Windows color (decimal): -16428713 or 5722373. OLE color: 5722373.

HSL color Cylindrical-coordinate representation of color #055157: hue angle of 184.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055157 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB58187-
CMYK0.940.0700.66
HSL184.39º89.13%18.04%-
HSV(B)184.39º94.25%34.12%-
XYZ4.736.6110.04-
YUV58.96143.8289.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=2.89%
G=46.82%
B=50.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal581870.940.0700.66184.3989.1318.04
Hex551575E7042b85912
Octal51211271367010227013122
Binary1011010001101011110111101110100001010111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055157; }

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

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

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

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

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

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

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

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