#054C49

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

Shades of Sherpa Blue #054C49

Tints of Sherpa Blue #054C49

Color information

#054C49 (or 0x054C49) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4C and 49. RGB value is (5,76,73). Sum of RGB (Red+Green+Blue) = 5+76+73=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #054C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C49 is #FAB3B6. Grayscale: #363636. Windows color (decimal): -16430007 or 4803589. OLE color: 4803589.

HSL color Cylindrical-coordinate representation of color #054C49: hue angle of 177.46º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C49 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB57673-
CMYK0.9300.040.70
HSL177.46º87.65%15.88%-
HSV(B)177.46º93.42%29.8%-
XYZ3.855.687.2-
YUV54.43138.4892.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 73 (28.91% from 255) = 47.40%
R=3.25%
G=49.35%
B=47.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576730.9300.040.70177.4687.6515.88
Hex54C495D0446b15810
Octal51141111350410626113020
Binary1011001100100100110111010100100011010110001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,76,73); }

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

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

 a { background-color: rgb(5,76,73); }

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

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

 span { border-color: rgb(5,76,73); }

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