#084B55

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

Shades of Sherpa Blue #084B55

Tints of Sherpa Blue #084B55

Color information

#084B55 (or 0x084B55) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4B and 55. RGB value is (8,75,85). Sum of RGB (Red+Green+Blue) = 8+75+85=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #084B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B55 is #F7B4AA. Grayscale: #383838. Windows color (decimal): -16233643 or 5589768. OLE color: 5589768.

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

Color convert

RGB87585-
CMYK0.910.1200.67
HSL187.79º82.8%18.24%-
HSV(B)187.79º90.59%33.33%-
XYZ4.265.749.48-
YUV56.11144.393.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=4.76%
G=44.64%
B=50.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal875850.910.1200.67187.7982.818.24
Hex84B555BC043bc5312
Octal1011312513314010327412322
Binary100010010111010101101101111000100001110111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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