#055150

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

Shades of Sherpa Blue #055150

Tints of Sherpa Blue #055150

Color information

#055150 (or 0x055150) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 50. RGB value is (5,81,80). Sum of RGB (Red+Green+Blue) = 5+81+80=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #055150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055150 is #FAAEAF. Grayscale: #3A3A3A. Windows color (decimal): -16428720 or 5263621. OLE color: 5263621.

HSL color Cylindrical-coordinate representation of color #055150: hue angle of 179.21º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055150 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB58180-
CMYK0.9400.010.68
HSL179.21º88.37%16.86%-
HSV(B)179.21º93.83%31.76%-
XYZ4.456.58.61-
YUV58.16140.3290.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=3.01%
G=48.80%
B=48.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581800.9400.010.68179.2188.3716.86
Hex551505E0144b35811
Octal51211201360110426313021
Binary10110100011010000101111001100010010110011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055150; }

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

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

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

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

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

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

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

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