#085056

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

Shades of Sherpa Blue #085056

Tints of Sherpa Blue #085056

Color information

#085056 (or 0x085056) is unknown color: approx Sherpa Blue. HEX triplet: 08, 50 and 56. RGB value is (8,80,86). Sum of RGB (Red+Green+Blue) = 8+80+86=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #085056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085056 is #F7AFA9. Grayscale: #3B3B3B. Windows color (decimal): -16232362 or 5656584. OLE color: 5656584.

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

Color convert

RGB88086-
CMYK0.910.0700.66
HSL184.62º82.98%18.43%-
HSV(B)184.62º90.7%33.73%-
XYZ4.656.469.81-
YUV59.16143.1591.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=4.60%
G=45.98%
B=49.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal880860.910.0700.66184.6282.9818.43
Hex850565B7042b95312
Octal101201261337010227112322
Binary10001010000101011010110111110100001010111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085056; }

 p { color: rgb(8,80,86); }

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

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

 a { background-color: rgb(8,80,86); }

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

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

 span { border-color: rgb(8,80,86); }

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