#053F4C

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

Shades of Sherpa Blue #053F4C

Tints of Sherpa Blue #053F4C

Color information

#053F4C (or 0x053F4C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 3F and 4C. RGB value is (5,63,76). Sum of RGB (Red+Green+Blue) = 5+63+76=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #053F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F4C is #FAC0B3. Grayscale: #2F2F2F. Windows color (decimal): -16433332 or 4996869. OLE color: 4996869.

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

Color convert

RGB56376-
CMYK0.930.1700.70
HSL190.99º87.65%15.88%-
HSV(B)190.99º93.42%29.8%-
XYZ3.144.117.46-
YUV47.14144.2897.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=3.47%
G=43.75%
B=52.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal563760.930.1700.70190.9987.6515.88
Hex53F4C5D11046bf5810
Octal57711413521010627713020
Binary10111111110011001011101100010100011010111111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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