#054D5B

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

Shades of Sherpa Blue #054D5B

Tints of Sherpa Blue #054D5B

Color information

#054D5B (or 0x054D5B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4D and 5B. RGB value is (5,77,91). Sum of RGB (Red+Green+Blue) = 5+77+91=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #054D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5B is #FAB2A4. Grayscale: #383838. Windows color (decimal): -16429733 or 5983493. OLE color: 5983493.

HSL color Cylindrical-coordinate representation of color #054D5B: hue angle of 189.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D5B is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57791-
CMYK0.950.1500.64
HSL189.77º89.58%18.82%-
HSV(B)189.77º94.51%35.69%-
XYZ4.66.110.83-
YUV57.07147.1590.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 77 (30.47% from 255) = 44.51%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=2.89%
G=44.51%
B=52.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal577910.950.1500.64189.7789.5818.82
Hex54D5B5FF040be5a13
Octal511513313717010027613223
Binary10110011011011011101111111110100000010111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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