#084B58

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

Shades of Sherpa Blue #084B58

Tints of Sherpa Blue #084B58

Color information

#084B58 (or 0x084B58) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4B and 58. RGB value is (8,75,88). Sum of RGB (Red+Green+Blue) = 8+75+88=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #084B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B58 is #F7B4A7. Grayscale: #383838. Windows color (decimal): -16233640 or 5786376. OLE color: 5786376.

HSL color Cylindrical-coordinate representation of color #084B58: hue angle of 189.75º 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 #084B58 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB87588-
CMYK0.910.1500.65
HSL189.75º83.33%18.82%-
HSV(B)189.75º90.91%34.51%-
XYZ4.385.7910.12-
YUV56.45145.893.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=4.68%
G=43.86%
B=51.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal875880.910.1500.65189.7583.3318.82
Hex84B585BF041be5313
Octal1011313013317010127612323
Binary100010010111011000101101111110100000110111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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