#054660

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

Shades of Sherpa Blue #054660

Tints of Sherpa Blue #054660

Color information

#054660 (or 0x054660) is unknown color: approx Sherpa Blue. HEX triplet: 05, 46 and 60. RGB value is (5,70,96). Sum of RGB (Red+Green+Blue) = 5+70+96=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #054660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054660 is #FAB99F. Grayscale: #353535. Windows color (decimal): -16431520 or 6309381. OLE color: 6309381.

HSL color Cylindrical-coordinate representation of color #054660: hue angle of 197.14º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054660 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB57096-
CMYK0.950.2700.62
HSL197.14º90.1%19.8%-
HSV(B)197.14º94.79%37.65%-
XYZ4.365.2611.85-
YUV53.53151.9793.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=2.92%
G=40.94%
B=56.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal570960.950.2700.62197.1490.119.8
Hex546605F1B03Ec55a14
Octal51061401373307630513224
Binary10110001101100000101111111011011111011000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054660; }

 p { color: rgb(5,70,96); }

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

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

 a { background-color: rgb(5,70,96); }

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

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

 span { border-color: rgb(5,70,96); }

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