#084B53

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

Shades of Sherpa Blue #084B53

Tints of Sherpa Blue #084B53

Color information

#084B53 (or 0x084B53) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4B and 53. RGB value is (8,75,83). Sum of RGB (Red+Green+Blue) = 8+75+83=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #084B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B53 is #F7B4AC. Grayscale: #373737. Windows color (decimal): -16233645 or 5458696. OLE color: 5458696.

HSL color Cylindrical-coordinate representation of color #084B53: hue angle of 186.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084B53 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB87583-
CMYK0.900.1000.67
HSL186.4º82.42%17.84%-
HSV(B)186.4º90.36%32.55%-
XYZ4.185.719.07-
YUV55.88143.393.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 83 (32.81% from 255) = 50%
R=4.82%
G=45.18%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal875830.900.1000.67186.482.4217.84
Hex84B535AA043ba5212
Octal1011312313212010327212222
Binary100010010111010011101101010100100001110111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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