#085250

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

Shades of Sherpa Blue #085250

Tints of Sherpa Blue #085250

Color information

#085250 (or 0x085250) is unknown color: approx Sherpa Blue. HEX triplet: 08, 52 and 50. RGB value is (8,82,80). Sum of RGB (Red+Green+Blue) = 8+82+80=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #085250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085250 is #F7ADAF. Grayscale: #3B3B3B. Windows color (decimal): -16231856 or 5263880. OLE color: 5263880.

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

Color convert

RGB88280-
CMYK0.9000.020.68
HSL178.38º82.22%17.65%-
HSV(B)178.38º90.24%32.16%-
XYZ4.576.678.64-
YUV59.65139.4891.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=4.71%
G=48.24%
B=47.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882800.9000.020.68178.3882.2217.65
Hex852505A0244b25212
Octal101221201320210426212222
Binary1000101001010100001011010010100010010110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085250; }

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

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

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

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

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

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

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

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