#053C48

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

Shades of Sherpa Blue #053C48

Tints of Sherpa Blue #053C48

Color information

#053C48 (or 0x053C48) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3C and 48. RGB value is (5,60,72). Sum of RGB (Red+Green+Blue) = 5+60+72=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #053C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C48 is #FAC3B7. Grayscale: #2C2C2C. Windows color (decimal): -16434104 or 4733957. OLE color: 4733957.

HSL color Cylindrical-coordinate representation of color #053C48: hue angle of 190.75º 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 #053C48 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB56072-
CMYK0.930.1700.72
HSL190.75º87.01%15.1%-
HSV(B)190.75º93.06%28.24%-
XYZ2.853.736.7-
YUV44.92143.2899.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=3.65%
G=43.80%
B=52.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal560720.930.1700.72190.7587.0115.1
Hex53C485D11048bf57f
Octal57411013521011027712717
Binary1011111001001000101110110001010010001011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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