#054E50

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

Shades of Sherpa Blue #054E50

Tints of Sherpa Blue #054E50

Color information

#054E50 (or 0x054E50) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4E and 50. RGB value is (5,78,80). Sum of RGB (Red+Green+Blue) = 5+78+80=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #054E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E50 is #FAB1AF. Grayscale: #383838. Windows color (decimal): -16429488 or 5262853. OLE color: 5262853.

HSL color Cylindrical-coordinate representation of color #054E50: hue angle of 181.6º 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 #054E50 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB57880-
CMYK0.940.0200.69
HSL181.6º88.24%16.67%-
HSV(B)181.6º93.75%31.37%-
XYZ4.236.068.54-
YUV56.4141.3291.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 78 (30.86% from 255) = 47.85%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=3.07%
G=47.85%
B=49.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal578800.940.0200.69181.688.2416.67
Hex54E505E2045b65811
Octal51161201362010526613021
Binary101100111010100001011110100100010110110110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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