#053E4B

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

Shades of Sherpa Blue #053E4B

Tints of Sherpa Blue #053E4B

Color information

#053E4B (or 0x053E4B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3E and 4B. RGB value is (5,62,75). Sum of RGB (Red+Green+Blue) = 5+62+75=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #053E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E4B is #FAC1B4. Grayscale: #2E2E2E. Windows color (decimal): -16433589 or 4931077. OLE color: 4931077.

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

Color convert

RGB56275-
CMYK0.930.1700.71
HSL191.14º87.5%15.69%-
HSV(B)191.14º93.33%29.41%-
XYZ3.063.997.26-
YUV46.44144.1298.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 62 (24.61% from 255) = 43.66%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=3.52%
G=43.66%
B=52.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal562750.930.1700.71191.1487.515.69
Hex53E4B5D11047bf5810
Octal57611313521010727713020
Binary10111111010010111011101100010100011110111111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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