#084653

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

Shades of Sherpa Blue #084653

Tints of Sherpa Blue #084653

Color information

#084653 (or 0x084653) is unknown color: approx Sherpa Blue. HEX triplet: 08, 46 and 53. RGB value is (8,70,83). Sum of RGB (Red+Green+Blue) = 8+70+83=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #084653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084653 is #F7B9AC. Grayscale: #343434. Windows color (decimal): -16234925 or 5457416. OLE color: 5457416.

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

Color convert

RGB87083-
CMYK0.900.1600.67
HSL190.4º82.42%17.84%-
HSV(B)190.4º90.36%32.55%-
XYZ3.855.068.96-
YUV52.94144.9695.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=4.97%
G=43.48%
B=51.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal870830.900.1600.67190.482.4217.84
Hex846535A10043be5212
Octal1010612313220010327612222
Binary1000100011010100111011010100000100001110111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084653; }

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

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

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

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

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

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

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

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