#054D54

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

Shades of Sherpa Blue #054D54

Tints of Sherpa Blue #054D54

Color information

#054D54 (or 0x054D54) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4D and 54. RGB value is (5,77,84). Sum of RGB (Red+Green+Blue) = 5+77+84=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #054D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D54 is #FAB2AB. Grayscale: #383838. Windows color (decimal): -16429740 or 5524741. OLE color: 5524741.

HSL color Cylindrical-coordinate representation of color #054D54: hue angle of 185.32º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D54 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB57784-
CMYK0.940.0800.67
HSL185.32º88.76%17.45%-
HSV(B)185.32º94.05%32.94%-
XYZ4.325.989.31-
YUV56.27143.6591.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 84 (33.20% from 255) = 50.60%
R=3.01%
G=46.39%
B=50.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal577840.940.0800.67185.3288.7617.45
Hex54D545E8043b95911
Octal511512413610010327113121
Binary10110011011010100101111010000100001110111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,77,84); }

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

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

 a { background-color: rgb(5,77,84); }

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

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

 span { border-color: rgb(5,77,84); }

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