#084953

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

Shades of Sherpa Blue #084953

Tints of Sherpa Blue #084953

Color information

#084953 (or 0x084953) is unknown color: approx Sherpa Blue. HEX triplet: 08, 49 and 53. RGB value is (8,73,83). Sum of RGB (Red+Green+Blue) = 8+73+83=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #084953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084953 is #F7B6AC. Grayscale: #363636. Windows color (decimal): -16234157 or 5458184. OLE color: 5458184.

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

Color convert

RGB87383-
CMYK0.900.1200.67
HSL188º82.42%17.84%-
HSV(B)188º90.36%32.55%-
XYZ4.045.449.02-
YUV54.7143.9794.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=4.88%
G=44.51%
B=50.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal873830.900.1200.6718882.4217.84
Hex849535AC043bc5212
Octal1011112313214010327412222
Binary100010010011010011101101011000100001110111100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084953; }

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

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

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

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

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

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

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

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