#085357

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

Shades of Sherpa Blue #085357

Tints of Sherpa Blue #085357

Color information

#085357 (or 0x085357) is unknown color: approx Sherpa Blue. HEX triplet: 08, 53 and 57. RGB value is (8,83,87). Sum of RGB (Red+Green+Blue) = 8+83+87=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #085357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085357 is #F7ACA8. Grayscale: #3C3C3C. Windows color (decimal): -16231593 or 5722888. OLE color: 5722888.

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

Color convert

RGB88387-
CMYK0.910.0500.66
HSL183.04º83.16%18.63%-
HSV(B)183.04º90.8%34.12%-
XYZ4.916.9310.09-
YUV61.03142.6590.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=4.49%
G=46.63%
B=48.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal883870.910.0500.66183.0483.1618.63
Hex853575B5042b75313
Octal101231271335010226712323
Binary10001010011101011110110111010100001010110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085357; }

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

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

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

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

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

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

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

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