#084958

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

Shades of Sherpa Blue #084958

Tints of Sherpa Blue #084958

Color information

#084958 (or 0x084958) is unknown color: approx Sherpa Blue. HEX triplet: 08, 49 and 58. RGB value is (8,73,88). Sum of RGB (Red+Green+Blue) = 8+73+88=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #084958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084958 is #F7B6A7. Grayscale: #373737. Windows color (decimal): -16234152 or 5785864. OLE color: 5785864.

HSL color Cylindrical-coordinate representation of color #084958: hue angle of 191.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084958 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB87388-
CMYK0.910.1700.65
HSL191.25º83.33%18.82%-
HSV(B)191.25º90.91%34.51%-
XYZ4.245.5210.07-
YUV55.28146.4794.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=4.73%
G=43.20%
B=52.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal873880.910.1700.65191.2583.3318.82
Hex849585B11041bf5313
Octal1011113013321010127712323
Binary1000100100110110001011011100010100000110111111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084958; }

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

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

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

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

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

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

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

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