#084E54

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

Shades of Sherpa Blue #084E54

Tints of Sherpa Blue #084E54

Color information

#084E54 (or 0x084E54) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4E and 54. RGB value is (8,78,84). Sum of RGB (Red+Green+Blue) = 8+78+84=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #084E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E54 is #F7B1AB. Grayscale: #393939. Windows color (decimal): -16232876 or 5525000. OLE color: 5525000.

HSL color Cylindrical-coordinate representation of color #084E54: hue angle of 184.74º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E54 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB87884-
CMYK0.900.0700.67
HSL184.74º82.61%18.04%-
HSV(B)184.74º90.48%32.94%-
XYZ4.426.149.34-
YUV57.75142.8192.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 84 (33.20% from 255) = 49.41%
R=4.71%
G=45.88%
B=49.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal878840.900.0700.67184.7482.6118.04
Hex84E545A7043b95312
Octal101161241327010327112322
Binary10001001110101010010110101110100001110111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E54; }

 p { color: rgb(8,78,84); }

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

<style>
 a { background-color: #084E54; }

 a { background-color: rgb(8,78,84); }

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

<style>
 span { border-color: #084E54; }

 span { border-color: rgb(8,78,84); }

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