#054B4A

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

Shades of Sherpa Blue #054B4A

Tints of Sherpa Blue #054B4A

Color information

#054B4A (or 0x054B4A) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4B and 4A. RGB value is (5,75,74). Sum of RGB (Red+Green+Blue) = 5+75+74=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #054B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B4A is #FAB4B5. Grayscale: #353535. Windows color (decimal): -16430262 or 4868869. OLE color: 4868869.

HSL color Cylindrical-coordinate representation of color #054B4A: hue angle of 179.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B4A is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB57574-
CMYK0.9300.010.71
HSL179.14º87.5%15.69%-
HSV(B)179.14º93.33%29.41%-
XYZ3.815.567.35-
YUV53.96139.3193.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=3.25%
G=48.70%
B=48.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575740.9300.010.71179.1487.515.69
Hex54B4A5D0147b35810
Octal51131121350110726313020
Binary10110010111001010101110101100011110110011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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