#055154

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

Shades of Sherpa Blue #055154

Tints of Sherpa Blue #055154

Color information

#055154 (or 0x055154) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 54. RGB value is (5,81,84). Sum of RGB (Red+Green+Blue) = 5+81+84=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #055154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055154 is #FAAEAB. Grayscale: #3A3A3A. Windows color (decimal): -16428716 or 5525765. OLE color: 5525765.

HSL color Cylindrical-coordinate representation of color #055154: hue angle of 182.28º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055154 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58184-
CMYK0.940.0400.67
HSL182.28º88.76%17.45%-
HSV(B)182.28º94.05%32.94%-
XYZ4.616.569.41-
YUV58.62142.3289.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 84 (33.20% from 255) = 49.41%
R=2.94%
G=47.65%
B=49.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal581840.940.0400.67182.2888.7617.45
Hex551545E4043b65911
Octal51211241364010326613121
Binary1011010001101010010111101000100001110110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055154; }

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

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

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

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

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

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

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

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