#084C5D

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

Shades of Sherpa Blue #084C5D

Tints of Sherpa Blue #084C5D

Color information

#084C5D (or 0x084C5D) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4C and 5D. RGB value is (8,76,93). Sum of RGB (Red+Green+Blue) = 8+76+93=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #084C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C5D is #F7B3A2. Grayscale: #393939. Windows color (decimal): -16233379 or 6114312. OLE color: 6114312.

HSL color Cylindrical-coordinate representation of color #084C5D: hue angle of 192º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084C5D is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87693-
CMYK0.910.1800.64
HSL192º84.16%19.8%-
HSV(B)192º91.4%36.47%-
XYZ4.666.0111.27-
YUV57.61147.9792.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 76 (30.08% from 255) = 42.94%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=4.52%
G=42.94%
B=52.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal876930.910.1800.6419284.1619.8
Hex84C5D5B12040c05414
Octal1011413513322010030012424
Binary1000100110010111011011011100100100000011000000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,76,93); }

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

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

 a { background-color: rgb(8,76,93); }

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

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

 span { border-color: rgb(8,76,93); }

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