#053A4F

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

Shades of Sherpa Blue #053A4F

Tints of Sherpa Blue #053A4F

Color information

#053A4F (or 0x053A4F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3A and 4F. RGB value is (5,58,79). Sum of RGB (Red+Green+Blue) = 5+58+79=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #053A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A4F is #FAC5B0. Grayscale: #2C2C2C. Windows color (decimal): -16434609 or 5192197. OLE color: 5192197.

HSL color Cylindrical-coordinate representation of color #053A4F: hue angle of 197.03º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A4F is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55879-
CMYK0.940.2700.69
HSL197.03º88.1%16.47%-
HSV(B)197.03º93.67%30.98%-
XYZ2.993.627.94-
YUV44.55147.4499.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=3.52%
G=40.85%
B=55.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal558790.940.2700.69197.0388.116.47
Hex53A4F5E1B045c55810
Octal57211713633010530513020
Binary10111101010011111011110110110100010111000101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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