#085260

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

Shades of Sherpa Blue #085260

Tints of Sherpa Blue #085260

Color information

#085260 (or 0x085260) is unknown color: approx Sherpa Blue. HEX triplet: 08, 52 and 60. RGB value is (8,82,96). Sum of RGB (Red+Green+Blue) = 8+82+96=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #085260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085260 is #F7AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16231840 or 6312456. OLE color: 6312456.

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

Color convert

RGB88296-
CMYK0.920.1500.62
HSL189.55º84.62%20.39%-
HSV(B)189.55º91.67%37.65%-
XYZ5.236.9312.13-
YUV61.47147.4889.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=4.30%
G=44.09%
B=51.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal882960.920.1500.62189.5584.6220.39
Hex852605CF03Ebe5514
Octal101221401341707627612524
Binary10001010010110000010111001111011111010111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085260; }

 p { color: rgb(8,82,96); }

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

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

 a { background-color: rgb(8,82,96); }

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

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

 span { border-color: rgb(8,82,96); }

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