#054F53

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

Shades of Sherpa Blue #054F53

Tints of Sherpa Blue #054F53

Color information

#054F53 (or 0x054F53) is unknown color: approx Sherpa Blue. HEX triplet: 05, 4F and 53. RGB value is (5,79,83). Sum of RGB (Red+Green+Blue) = 5+79+83=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #054F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F53 is #FAB0AC. Grayscale: #393939. Windows color (decimal): -16429229 or 5459717. OLE color: 5459717.

HSL color Cylindrical-coordinate representation of color #054F53: hue angle of 183.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F53 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB57983-
CMYK0.940.0500.67
HSL183.08º88.64%17.25%-
HSV(B)183.08º93.98%32.55%-
XYZ4.426.259.16-
YUV57.33142.4890.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=2.99%
G=47.31%
B=49.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal579830.940.0500.67183.0888.6417.25
Hex54F535E5043b75911
Octal51171231365010326713121
Binary1011001111101001110111101010100001110110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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