#054F4C

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

Shades of Sherpa Blue #054F4C

Tints of Sherpa Blue #054F4C

Color information

#054F4C (or 0x054F4C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4F and 4C. RGB value is (5,79,76). Sum of RGB (Red+Green+Blue) = 5+79+76=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #054F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F4C is #FAB0B3. Grayscale: #383838. Windows color (decimal): -16429236 or 5000965. OLE color: 5000965.

HSL color Cylindrical-coordinate representation of color #054F4C: hue angle of 177.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F4C is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB57976-
CMYK0.9400.040.69
HSL177.57º88.1%16.47%-
HSV(B)177.57º93.67%30.98%-
XYZ4.166.157.8-
YUV56.53138.9891.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=3.12%
G=49.38%
B=47.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal579760.9400.040.69177.5788.116.47
Hex54F4C5E0445b25810
Octal51171141360410526213020
Binary1011001111100110010111100100100010110110010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,79,76); }

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

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

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

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

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

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

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