#054A5B

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

Shades of Sherpa Blue #054A5B

Tints of Sherpa Blue #054A5B

Color information

#054A5B (or 0x054A5B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4A and 5B. RGB value is (5,74,91). Sum of RGB (Red+Green+Blue) = 5+74+91=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #054A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A5B is #FAB5A4. Grayscale: #373737. Windows color (decimal): -16430501 or 5982725. OLE color: 5982725.

HSL color Cylindrical-coordinate representation of color #054A5B: hue angle of 191.86º 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 #054A5B is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57491-
CMYK0.950.1900.64
HSL191.86º89.58%18.82%-
HSV(B)191.86º94.51%35.69%-
XYZ4.45.6910.76-
YUV55.31148.1492.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 74 (29.30% from 255) = 43.53%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=2.94%
G=43.53%
B=53.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal574910.950.1900.64191.8689.5818.82
Hex54A5B5F13040c05a13
Octal511213313723010030013223
Binary101100101010110111011111100110100000011000000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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