#053F53

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

Shades of Sherpa Blue #053F53

Tints of Sherpa Blue #053F53

Color information

#053F53 (or 0x053F53) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3F and 53. RGB value is (5,63,83). Sum of RGB (Red+Green+Blue) = 5+63+83=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #053F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F53 is #FAC0AC. Grayscale: #2F2F2F. Windows color (decimal): -16433325 or 5455621. OLE color: 5455621.

HSL color Cylindrical-coordinate representation of color #053F53: hue angle of 195.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053F53 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB56383-
CMYK0.940.2400.67
HSL195.38º88.64%17.25%-
HSV(B)195.38º93.98%32.55%-
XYZ3.44.218.82-
YUV47.94147.7897.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=3.31%
G=41.72%
B=54.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal563830.940.2400.67195.3888.6417.25
Hex53F535E18043c35911
Octal57712313630010330313121
Binary10111111110100111011110110000100001111000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,63,83); }

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

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

 a { background-color: rgb(5,63,83); }

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

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

 span { border-color: rgb(5,63,83); }

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