#053B52

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

Shades of Sherpa Blue #053B52

Tints of Sherpa Blue #053B52

Color information

#053B52 (or 0x053B52) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3B and 52. RGB value is (5,59,82). Sum of RGB (Red+Green+Blue) = 5+59+82=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #053B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B52 is #FAC4AD. Grayscale: #2D2D2D. Windows color (decimal): -16434350 or 5389061. OLE color: 5389061.

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

Color convert

RGB55982-
CMYK0.940.2800.68
HSL197.92º88.51%17.06%-
HSV(B)197.92º93.9%32.16%-
XYZ3.153.778.54-
YUV45.48148.6199.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=3.42%
G=40.41%
B=56.16%

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
Decimal559820.940.2800.68197.9288.5117.06
Hex53B525E1C044c65911
Octal57312213634010430613121
Binary10111101110100101011110111000100010011000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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