#085053

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

Shades of Sherpa Blue #085053

Tints of Sherpa Blue #085053

Color information

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

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

Color convert

RGB88083-
CMYK0.900.0400.67
HSL182.4º82.42%17.84%-
HSV(B)182.4º90.36%32.55%-
XYZ4.536.419.18-
YUV58.81141.6591.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal880830.900.0400.67182.482.4217.84
Hex850535A4043b65212
Octal101201231324010326612222
Binary10001010000101001110110101000100001110110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085053; }

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

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

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

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

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

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

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

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