#054C5A

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

Shades of Sherpa Blue #054C5A

Tints of Sherpa Blue #054C5A

Color information

#054C5A (or 0x054C5A) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4C and 5A. RGB value is (5,76,90). Sum of RGB (Red+Green+Blue) = 5+76+90=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #054C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5A is #FAB3A5. Grayscale: #383838. Windows color (decimal): -16429990 or 5917701. OLE color: 5917701.

HSL color Cylindrical-coordinate representation of color #054C5A: hue angle of 189.88º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054C5A is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB57690-
CMYK0.940.1600.65
HSL189.88º89.47%18.63%-
HSV(B)189.88º94.44%35.29%-
XYZ4.495.9410.58-
YUV56.37146.9891.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 76 (30.08% from 255) = 44.44%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=2.92%
G=44.44%
B=52.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal576900.940.1600.65189.8889.4718.63
Hex54C5A5E10041be5913
Octal511413213620010127613123
Binary101100110010110101011110100000100000110111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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