#084555

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

Shades of Sherpa Blue #084555

Tints of Sherpa Blue #084555

Color information

#084555 (or 0x084555) is unknown color: approx Sherpa Blue. HEX triplet: 08, 45 and 55. RGB value is (8,69,85). Sum of RGB (Red+Green+Blue) = 8+69+85=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #084555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084555 is #F7BAAA. Grayscale: #343434. Windows color (decimal): -16235179 or 5588232. OLE color: 5588232.

HSL color Cylindrical-coordinate representation of color #084555: hue angle of 192.47º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084555 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB86985-
CMYK0.910.1900.67
HSL192.47º82.8%18.24%-
HSV(B)192.47º90.59%33.33%-
XYZ3.874.969.35-
YUV52.58146.2996.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=4.94%
G=42.59%
B=52.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal869850.910.1900.67192.4782.818.24
Hex845555B13043c05312
Octal1010512513323010330012322
Binary1000100010110101011011011100110100001111000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084555; }

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

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

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

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

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

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

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

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