#053A48

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

Shades of Sherpa Blue #053A48

Tints of Sherpa Blue #053A48

Color information

#053A48 (or 0x053A48) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3A and 48. RGB value is (5,58,72). Sum of RGB (Red+Green+Blue) = 5+58+72=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #053A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A48 is #FAC5B7. Grayscale: #2B2B2B. Windows color (decimal): -16434616 or 4733445. OLE color: 4733445.

HSL color Cylindrical-coordinate representation of color #053A48: hue angle of 192.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053A48 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB55872-
CMYK0.930.1900.72
HSL192.54º87.01%15.1%-
HSV(B)192.54º93.06%28.24%-
XYZ2.753.536.67-
YUV43.75143.94100.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=3.70%
G=42.96%
B=53.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal558720.930.1900.72192.5487.0115.1
Hex53A485D13048c157f
Octal57211013523011030112717
Binary1011110101001000101110110011010010001100000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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