#053F52

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

Shades of Sherpa Blue #053F52

Tints of Sherpa Blue #053F52

Color information

#053F52 (or 0x053F52) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3F and 52. RGB value is (5,63,82). Sum of RGB (Red+Green+Blue) = 5+63+82=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #053F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F52 is #FAC0AD. Grayscale: #2F2F2F. Windows color (decimal): -16433326 or 5390085. OLE color: 5390085.

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

Color convert

RGB56382-
CMYK0.940.2300.68
HSL194.81º88.51%17.06%-
HSV(B)194.81º93.9%32.16%-
XYZ3.364.28.62-
YUV47.82147.2897.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 82 (32.42% from 255) = 54.67%
R=3.33%
G=42%
B=54.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal563820.940.2300.68194.8188.5117.06
Hex53F525E17044c35911
Octal57712213627010430313121
Binary10111111110100101011110101110100010011000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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