#054B4B

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

Shades of Sherpa Blue #054B4B

Tints of Sherpa Blue #054B4B

Color information

#054B4B (or 0x054B4B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4B and 4B. RGB value is (5,75,75). Sum of RGB (Red+Green+Blue) = 5+75+75=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #054B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B4B is #FAB4B4. Grayscale: #363636. Windows color (decimal): -16430261 or 4934405. OLE color: 4934405.

HSL color Cylindrical-coordinate representation of color #054B4B: hue angle of 180º 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 #054B4B is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57575-
CMYK0.93000.71
HSL180º87.5%15.69%-
HSV(B)180º93.33%29.41%-
XYZ3.855.577.53-
YUV54.07139.8193-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=3.23%
G=48.39%
B=48.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575750.93000.7118087.515.69
Hex54B4B5D0047b45810
Octal51131131350010726413020
Binary10110010111001011101110100100011110110100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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