#084955

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

Shades of Sherpa Blue #084955

Tints of Sherpa Blue #084955

Color information

#084955 (or 0x084955) is unknown color: approx Sherpa Blue. HEX triplet: 08, 49 and 55. RGB value is (8,73,85). Sum of RGB (Red+Green+Blue) = 8+73+85=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #084955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084955 is #F7B6AA. Grayscale: #363636. Windows color (decimal): -16234155 or 5589256. OLE color: 5589256.

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

Color convert

RGB87385-
CMYK0.910.1400.67
HSL189.35º82.8%18.24%-
HSV(B)189.35º90.59%33.33%-
XYZ4.125.479.43-
YUV54.93144.9794.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=4.82%
G=43.98%
B=51.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal873850.910.1400.67189.3582.818.24
Hex849555BE043bd5312
Octal1011112513316010327512322
Binary100010010011010101101101111100100001110111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084955; }

 p { color: rgb(8,73,85); }

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

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

 a { background-color: rgb(8,73,85); }

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

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

 span { border-color: rgb(8,73,85); }

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