#084F5B

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

Shades of Sherpa Blue #084F5B

Tints of Sherpa Blue #084F5B

Color information

#084F5B (or 0x084F5B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4F and 5B. RGB value is (8,79,91). Sum of RGB (Red+Green+Blue) = 8+79+91=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #084F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F5B is #F7B0A4. Grayscale: #3B3B3B. Windows color (decimal): -16232613 or 5984008. OLE color: 5984008.

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

Color convert

RGB87991-
CMYK0.910.1300.64
HSL188.67º83.84%19.41%-
HSV(B)188.67º91.21%35.69%-
XYZ4.786.410.88-
YUV59.14145.9891.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=4.49%
G=44.38%
B=51.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal879910.910.1300.64188.6783.8419.41
Hex84F5B5BD040bd5413
Octal1011713313315010027512423
Binary100010011111011011101101111010100000010111101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,79,91); }

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

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

 a { background-color: rgb(8,79,91); }

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

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

 span { border-color: rgb(8,79,91); }

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