#05464E

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

Shades of Sherpa Blue #05464E

Tints of Sherpa Blue #05464E

Color information

#05464E (or 0x05464E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 46 and 4E. RGB value is (5,70,78). Sum of RGB (Red+Green+Blue) = 5+70+78=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #05464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05464E is #FAB9B1. Grayscale: #333333. Windows color (decimal): -16431538 or 5129733. OLE color: 5129733.

HSL color Cylindrical-coordinate representation of color #05464E: hue angle of 186.58º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05464E is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB57078-
CMYK0.940.1000.69
HSL186.58º87.95%16.27%-
HSV(B)186.58º93.59%30.59%-
XYZ3.634.967.97-
YUV51.48142.9794.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=3.27%
G=45.75%
B=50.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal570780.940.1000.69186.5887.9516.27
Hex5464E5EA045bb5810
Octal510611613612010527313020
Binary10110001101001110101111010100100010110111011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05464E; }

 p { color: rgb(5,70,78); }

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

<style>
 a { background-color: #05464E; }

 a { background-color: rgb(5,70,78); }

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

<style>
 span { border-color: #05464E; }

 span { border-color: rgb(5,70,78); }

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