#085350

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

Shades of Sherpa Blue #085350

Tints of Sherpa Blue #085350

Color information

#085350 (or 0x085350) is unknown color: approx Sherpa Blue. HEX triplet: 08, 53 and 50. RGB value is (8,83,80). Sum of RGB (Red+Green+Blue) = 8+83+80=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #085350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085350 is #F7ACAF. Grayscale: #3C3C3C. Windows color (decimal): -16231600 or 5264136. OLE color: 5264136.

HSL color Cylindrical-coordinate representation of color #085350: hue angle of 177.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085350 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB88380-
CMYK0.9000.040.67
HSL177.6º82.42%17.84%-
HSV(B)177.6º90.36%32.55%-
XYZ4.646.828.66-
YUV60.23139.1590.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=4.68%
G=48.54%
B=46.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883800.9000.040.67177.682.4217.84
Hex853505A0443b25212
Octal101231201320410326212222
Binary10001010011101000010110100100100001110110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085350; }

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

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

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

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

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

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

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

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