#053A4B

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

Shades of Sherpa Blue #053A4B

Tints of Sherpa Blue #053A4B

Color information

#053A4B (or 0x053A4B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3A and 4B. RGB value is (5,58,75). Sum of RGB (Red+Green+Blue) = 5+58+75=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #053A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A4B is #FAC5B4. Grayscale: #2B2B2B. Windows color (decimal): -16434613 or 4930053. OLE color: 4930053.

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

Color convert

RGB55875-
CMYK0.930.2300.71
HSL194.57º87.5%15.69%-
HSV(B)194.57º93.33%29.41%-
XYZ2.853.577.2-
YUV44.09145.44100.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=3.62%
G=42.03%
B=54.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal558750.930.2300.71194.5787.515.69
Hex53A4B5D17047c35810
Octal57211313527010730313020
Binary10111101010010111011101101110100011111000011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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