#053B53

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

Shades of Sherpa Blue #053B53

Tints of Sherpa Blue #053B53

Color information

#053B53 (or 0x053B53) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3B and 53. RGB value is (5,59,83). Sum of RGB (Red+Green+Blue) = 5+59+83=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #053B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B53 is #FAC4AC. Grayscale: #2D2D2D. Windows color (decimal): -16434349 or 5454597. OLE color: 5454597.

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

Color convert

RGB55983-
CMYK0.940.2900.67
HSL198.46º88.64%17.25%-
HSV(B)198.46º93.98%32.55%-
XYZ3.193.788.75-
YUV45.59149.1199.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=3.40%
G=40.14%
B=56.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal559830.940.2900.67198.4688.6417.25
Hex53B535E1D043c65911
Octal57312313635010330613121
Binary10111101110100111011110111010100001111000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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