#053E4F

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

Shades of Sherpa Blue #053E4F

Tints of Sherpa Blue #053E4F

Color information

#053E4F (or 0x053E4F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3E and 4F. RGB value is (5,62,79). Sum of RGB (Red+Green+Blue) = 5+62+79=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #053E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E4F is #FAC1B0. Grayscale: #2E2E2E. Windows color (decimal): -16433585 or 5193221. OLE color: 5193221.

HSL color Cylindrical-coordinate representation of color #053E4F: hue angle of 193.78º 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 #053E4F is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB56279-
CMYK0.940.2200.69
HSL193.78º88.1%16.47%-
HSV(B)193.78º93.67%30.98%-
XYZ3.24.048.01-
YUV46.9146.1298.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 62 (24.61% from 255) = 42.47%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=3.42%
G=42.47%
B=54.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal562790.940.2200.69193.7888.116.47
Hex53E4F5E16045c25810
Octal57611713626010530213020
Binary10111111010011111011110101100100010111000010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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