#054B4E

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

Shades of Sherpa Blue #054B4E

Tints of Sherpa Blue #054B4E

Color information

#054B4E (or 0x054B4E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4B and 4E. RGB value is (5,75,78). Sum of RGB (Red+Green+Blue) = 5+75+78=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #054B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B4E is #FAB4B1. Grayscale: #363636. Windows color (decimal): -16430258 or 5131013. OLE color: 5131013.

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

Color convert

RGB57578-
CMYK0.940.0400.69
HSL182.47º87.95%16.27%-
HSV(B)182.47º93.59%30.59%-
XYZ3.955.618.08-
YUV54.41141.3192.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=3.16%
G=47.47%
B=49.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal575780.940.0400.69182.4787.9516.27
Hex54B4E5E4045b65810
Octal51131161364010526613020
Binary1011001011100111010111101000100010110110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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