#085058

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

Shades of Sherpa Blue #085058

Tints of Sherpa Blue #085058

Color information

#085058 (or 0x085058) is unknown color: approx Sherpa Blue. HEX triplet: 08, 50 and 58. RGB value is (8,80,88). Sum of RGB (Red+Green+Blue) = 8+80+88=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #085058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085058 is #F7AFA7. Grayscale: #3B3B3B. Windows color (decimal): -16232360 or 5787656. OLE color: 5787656.

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

Color convert

RGB88088-
CMYK0.910.0900.65
HSL186º83.33%18.82%-
HSV(B)186º90.91%34.51%-
XYZ4.736.4910.24-
YUV59.38144.1591.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 88 (34.77% from 255) = 50%
R=4.55%
G=45.45%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal880880.910.0900.6518683.3318.82
Hex850585B9041ba5313
Octal1012013013311010127212323
Binary100010100001011000101101110010100000110111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085058; }

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

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

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

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

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

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

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

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