#054F50

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

Shades of Sherpa Blue #054F50

Tints of Sherpa Blue #054F50

Color information

#054F50 (or 0x054F50) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4F and 50. RGB value is (5,79,80). Sum of RGB (Red+Green+Blue) = 5+79+80=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #054F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F50 is #FAB0AF. Grayscale: #383838. Windows color (decimal): -16429232 or 5263109. OLE color: 5263109.

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

Color convert

RGB57980-
CMYK0.940.0100.69
HSL180.8º88.24%16.67%-
HSV(B)180.8º93.75%31.37%-
XYZ4.316.28.56-
YUV56.99140.9890.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=3.05%
G=48.17%
B=48.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal579800.940.0100.69180.888.2416.67
Hex54F505E1045b55811
Octal51171201361010526513021
Binary10110011111010000101111010100010110110101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054F50; }

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

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

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

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

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

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

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

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