#084551

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

Shades of Sherpa Blue #084551

Tints of Sherpa Blue #084551

Color information

#084551 (or 0x084551) is unknown color: approx Sherpa Blue. HEX triplet: 08, 45 and 51. RGB value is (8,69,81). Sum of RGB (Red+Green+Blue) = 8+69+81=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #084551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084551 is #F7BAAE. Grayscale: #343434. Windows color (decimal): -16235183 or 5326088. OLE color: 5326088.

HSL color Cylindrical-coordinate representation of color #084551: hue angle of 189.86º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084551 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB86981-
CMYK0.900.1500.68
HSL189.86º82.02%17.45%-
HSV(B)189.86º90.12%31.76%-
XYZ3.714.98.54-
YUV52.13144.2996.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=5.06%
G=43.67%
B=51.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal869810.900.1500.68189.8682.0217.45
Hex845515AF044be5211
Octal1010512113217010427612221
Binary100010001011010001101101011110100010010111110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084551; }

 p { color: rgb(8,69,81); }

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

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

 a { background-color: rgb(8,69,81); }

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

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

 span { border-color: rgb(8,69,81); }

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