#084453

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

Shades of Sherpa Blue #084453

Tints of Sherpa Blue #084453

Color information

#084453 (or 0x084453) is unknown color: approx Sherpa Blue. HEX triplet: 08, 44 and 53. RGB value is (8,68,83). Sum of RGB (Red+Green+Blue) = 8+68+83=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #084453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084453 is #F7BBAC. Grayscale: #333333. Windows color (decimal): -16235437 or 5456904. OLE color: 5456904.

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

Color convert

RGB86883-
CMYK0.900.1800.67
HSL192º82.42%17.84%-
HSV(B)192º90.36%32.55%-
XYZ3.734.818.92-
YUV51.77145.6296.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=5.03%
G=42.77%
B=52.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal868830.900.1800.6719282.4217.84
Hex844535A12043c05212
Octal1010412313222010330012222
Binary1000100010010100111011010100100100001111000000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084453; }

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

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

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

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

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

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

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

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