#053E4C

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

Shades of Sherpa Blue #053E4C

Tints of Sherpa Blue #053E4C

Color information

#053E4C (or 0x053E4C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3E and 4C. RGB value is (5,62,76). Sum of RGB (Red+Green+Blue) = 5+62+76=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #053E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E4C is #FAC1B3. Grayscale: #2E2E2E. Windows color (decimal): -16433588 or 4996613. OLE color: 4996613.

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

Color convert

RGB56276-
CMYK0.930.1800.70
HSL191.83º87.65%15.88%-
HSV(B)191.83º93.42%29.8%-
XYZ3.0947.45-
YUV46.55144.6298.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 62 (24.61% from 255) = 43.36%
BLUE value IS 76 (30.08% from 255) = 53.15%
R=3.50%
G=43.36%
B=53.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal562760.930.1800.70191.8387.6515.88
Hex53E4C5D12046c05810
Octal57611413522010630013020
Binary10111111010011001011101100100100011011000000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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