#053A51

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

Shades of Sherpa Blue #053A51

Tints of Sherpa Blue #053A51

Color information

#053A51 (or 0x053A51) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3A and 51. RGB value is (5,58,81). Sum of RGB (Red+Green+Blue) = 5+58+81=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #053A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A51 is #FAC5AE. Grayscale: #2C2C2C. Windows color (decimal): -16434607 or 5323269. OLE color: 5323269.

HSL color Cylindrical-coordinate representation of color #053A51: hue angle of 198.16º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A51 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55881-
CMYK0.940.2800.68
HSL198.16º88.37%16.86%-
HSV(B)198.16º93.83%31.76%-
XYZ3.063.658.33-
YUV44.78148.4499.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=3.47%
G=40.28%
B=56.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal558810.940.2800.68198.1688.3716.86
Hex53A515E1C044c65811
Octal57212113634010430613021
Binary10111101010100011011110111000100010011000110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,58,81); }

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

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

 a { background-color: rgb(5,58,81); }

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

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

 span { border-color: rgb(5,58,81); }

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