#053E4D

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

Shades of Sherpa Blue #053E4D

Tints of Sherpa Blue #053E4D

Color information

#053E4D (or 0x053E4D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3E and 4D. RGB value is (5,62,77). Sum of RGB (Red+Green+Blue) = 5+62+77=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #053E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E4D is #FAC1B2. Grayscale: #2E2E2E. Windows color (decimal): -16433587 or 5062149. OLE color: 5062149.

HSL color Cylindrical-coordinate representation of color #053E4D: hue angle of 192.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053E4D is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB56277-
CMYK0.940.1900.70
HSL192.5º87.8%16.08%-
HSV(B)192.5º93.51%30.2%-
XYZ3.124.017.63-
YUV46.67145.1298.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 62 (24.61% from 255) = 43.06%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=3.47%
G=43.06%
B=53.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal562770.940.1900.70192.587.816.08
Hex53E4D5E13046c05810
Octal57611513623010630013020
Binary10111111010011011011110100110100011011000000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053E4D; }

 p { color: rgb(5,62,77); }

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

<style>
 a { background-color: #053E4D; }

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

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

<style>
 span { border-color: #053E4D; }

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

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