#084553

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

Shades of Sherpa Blue #084553

Tints of Sherpa Blue #084553

Color information

#084553 (or 0x084553) is unknown color: approx Sherpa Blue. HEX triplet: 08, 45 and 53. RGB value is (8,69,83). Sum of RGB (Red+Green+Blue) = 8+69+83=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #084553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084553 is #F7BAAC. Grayscale: #343434. Windows color (decimal): -16235181 or 5457160. OLE color: 5457160.

HSL color Cylindrical-coordinate representation of color #084553: hue angle of 191.2º 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 #084553 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB86983-
CMYK0.900.1700.67
HSL191.2º82.42%17.84%-
HSV(B)191.2º90.36%32.55%-
XYZ3.794.938.94-
YUV52.36145.2996.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=5%
G=43.12%
B=51.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal869830.900.1700.67191.282.4217.84
Hex845535A11043bf5212
Octal1010512313221010327712222
Binary1000100010110100111011010100010100001110111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084553; }

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

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

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

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

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

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

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

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