#053B49

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

Shades of Sherpa Blue #053B49

Tints of Sherpa Blue #053B49

Color information

#053B49 (or 0x053B49) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3B and 49. RGB value is (5,59,73). Sum of RGB (Red+Green+Blue) = 5+59+73=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #053B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B49 is #FAC4B6. Grayscale: #2C2C2C. Windows color (decimal): -16434359 or 4799237. OLE color: 4799237.

HSL color Cylindrical-coordinate representation of color #053B49: hue angle of 192.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053B49 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB55973-
CMYK0.930.1900.71
HSL192.35º87.18%15.29%-
HSV(B)192.35º93.15%28.63%-
XYZ2.833.646.86-
YUV44.45144.1199.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 59 (23.44% from 255) = 43.07%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=3.65%
G=43.07%
B=53.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal559730.930.1900.71192.3587.1815.29
Hex53B495D13047c057f
Octal57311113523010730012717
Binary1011110111001001101110110011010001111100000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,73); }

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

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

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

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

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

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

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