#054B60

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

Shades of Sherpa Blue #054B60

Tints of Sherpa Blue #054B60

Color information

#054B60 (or 0x054B60) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4B and 60. RGB value is (5,75,96). Sum of RGB (Red+Green+Blue) = 5+75+96=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #054B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B60 is #FAB49F. Grayscale: #383838. Windows color (decimal): -16430240 or 6310661. OLE color: 6310661.

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

Color convert

RGB57596-
CMYK0.950.2200.62
HSL193.85º90.1%19.8%-
HSV(B)193.85º94.79%37.65%-
XYZ4.695.9111.96-
YUV56.46150.3191.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=2.84%
G=42.61%
B=54.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal575960.950.2200.62193.8590.119.8
Hex54B605F1603Ec25a14
Octal51131401372607630213224
Binary10110010111100000101111110110011111011000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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