#053C51

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

Shades of Sherpa Blue #053C51

Tints of Sherpa Blue #053C51

Color information

#053C51 (or 0x053C51) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3C and 51. RGB value is (5,60,81). Sum of RGB (Red+Green+Blue) = 5+60+81=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #053C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C51 is #FAC3AE. Grayscale: #2D2D2D. Windows color (decimal): -16434095 or 5323781. OLE color: 5323781.

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

Color convert

RGB56081-
CMYK0.940.2600.68
HSL196.58º88.37%16.86%-
HSV(B)196.58º93.83%31.76%-
XYZ3.163.868.36-
YUV45.95147.7898.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=3.42%
G=41.10%
B=55.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal560810.940.2600.68196.5888.3716.86
Hex53C515E1A044c55811
Octal57412113632010430513021
Binary10111110010100011011110110100100010011000101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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