#085061

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

Shades of Sherpa Blue #085061

Tints of Sherpa Blue #085061

Color information

#085061 (or 0x085061) is unknown color: approx Sherpa Blue. HEX triplet: 08, 50 and 61. RGB value is (8,80,97). Sum of RGB (Red+Green+Blue) = 8+80+97=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #085061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085061 is #F7AF9E. Grayscale: #3C3C3C. Windows color (decimal): -16232351 or 6377480. OLE color: 6377480.

HSL color Cylindrical-coordinate representation of color #085061: hue angle of 191.46º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085061 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB88097-
CMYK0.920.1800.62
HSL191.46º84.76%20.59%-
HSV(B)191.46º91.75%38.04%-
XYZ5.136.6512.32-
YUV60.41148.6590.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=4.32%
G=43.24%
B=52.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal880970.920.1800.62191.4684.7620.59
Hex850615C1203Ebf5515
Octal101201411342207627712525
Binary100010100001100001101110010010011111010111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085061; }

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

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

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

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

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

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

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

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