#054059

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

Shades of Sherpa Blue #054059

Tints of Sherpa Blue #054059

Color information

#054059 (or 0x054059) is unknown color: approx Sherpa Blue. HEX triplet: 05, 40 and 59. RGB value is (5,64,89). Sum of RGB (Red+Green+Blue) = 5+64+89=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #054059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054059 is #FABFA6. Grayscale: #313131. Windows color (decimal): -16433063 or 5849093. OLE color: 5849093.

HSL color Cylindrical-coordinate representation of color #054059: hue angle of 197.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054059 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56489-
CMYK0.940.2800.65
HSL197.86º89.36%18.43%-
HSV(B)197.86º94.38%34.9%-
XYZ3.74.4210.11-
YUV49.21150.4596.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=3.16%
G=40.51%
B=56.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal564890.940.2800.65197.8689.3618.43
Hex540595E1C041c65912
Octal510013113634010130613122
Binary101100000010110011011110111000100000111000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054059; }

 p { color: rgb(5,64,89); }

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

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

 a { background-color: rgb(5,64,89); }

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

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

 span { border-color: rgb(5,64,89); }

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