#054E5A

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

Shades of Sherpa Blue #054E5A

Tints of Sherpa Blue #054E5A

Color information

#054E5A (or 0x054E5A) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4E and 5A. RGB value is (5,78,90). Sum of RGB (Red+Green+Blue) = 5+78+90=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #054E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E5A is #FAB1A5. Grayscale: #393939. Windows color (decimal): -16429478 or 5918213. OLE color: 5918213.

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

Color convert

RGB57890-
CMYK0.940.1300.65
HSL188.47º89.47%18.63%-
HSV(B)188.47º94.44%35.29%-
XYZ4.636.2210.63-
YUV57.54146.3290.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=2.89%
G=45.09%
B=52.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal578900.940.1300.65188.4789.4718.63
Hex54E5A5ED041bc5913
Octal511613213615010127413123
Binary10110011101011010101111011010100000110111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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