#053A52

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

Shades of Sherpa Blue #053A52

Tints of Sherpa Blue #053A52

Color information

#053A52 (or 0x053A52) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3A and 52. RGB value is (5,58,82). Sum of RGB (Red+Green+Blue) = 5+58+82=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #053A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A52 is #FAC5AD. Grayscale: #2C2C2C. Windows color (decimal): -16434606 or 5388805. OLE color: 5388805.

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

Color convert

RGB55882-
CMYK0.940.2900.68
HSL198.7º88.51%17.06%-
HSV(B)198.7º93.9%32.16%-
XYZ3.13.678.53-
YUV44.89148.9499.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=3.45%
G=40%
B=56.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal558820.940.2900.68198.788.5117.06
Hex53A525E1D044c75911
Octal57212213635010430713121
Binary10111101010100101011110111010100010011000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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