#053B4D

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

Shades of Sherpa Blue #053B4D

Tints of Sherpa Blue #053B4D

Color information

#053B4D (or 0x053B4D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3B and 4D. RGB value is (5,59,77). Sum of RGB (Red+Green+Blue) = 5+59+77=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #053B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B4D is #FAC4B2. Grayscale: #2C2C2C. Windows color (decimal): -16434355 or 5061381. OLE color: 5061381.

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

Color convert

RGB55977-
CMYK0.940.2300.70
HSL195º87.8%16.08%-
HSV(B)195º93.51%30.2%-
XYZ2.973.77.58-
YUV44.91146.1199.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=3.55%
G=41.84%
B=54.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal559770.940.2300.7019587.816.08
Hex53B4D5E17046c35810
Octal57311513627010630313020
Binary10111101110011011011110101110100011011000011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,77); }

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

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

 a { background-color: rgb(5,59,77); }

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

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

 span { border-color: rgb(5,59,77); }

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