#085155

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

Shades of Sherpa Blue #085155

Tints of Sherpa Blue #085155

Color information

#085155 (or 0x085155) is unknown color: approx Sherpa Blue. HEX triplet: 08, 51 and 55. RGB value is (8,81,85). Sum of RGB (Red+Green+Blue) = 8+81+85=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #085155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085155 is #F7AEAA. Grayscale: #3B3B3B. Windows color (decimal): -16232107 or 5591304. OLE color: 5591304.

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

Color convert

RGB88185-
CMYK0.910.0500.67
HSL183.12º82.8%18.24%-
HSV(B)183.12º90.59%33.33%-
XYZ4.686.599.62-
YUV59.63142.3291.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=4.60%
G=46.55%
B=48.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal881850.910.0500.67183.1282.818.24
Hex851555B5043b75312
Octal101211251335010326712322
Binary10001010001101010110110111010100001110110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085155; }

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

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

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

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

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

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

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

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