#085257

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

Shades of Sherpa Blue #085257

Tints of Sherpa Blue #085257

Color information

#085257 (or 0x085257) is unknown color: approx Sherpa Blue. HEX triplet: 08, 52 and 57. RGB value is (8,82,87). Sum of RGB (Red+Green+Blue) = 8+82+87=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #085257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085257 is #F7ADA8. Grayscale: #3C3C3C. Windows color (decimal): -16231849 or 5722632. OLE color: 5722632.

HSL color Cylindrical-coordinate representation of color #085257: hue angle of 183.8º 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 #085257 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB88287-
CMYK0.910.0600.66
HSL183.8º83.16%18.63%-
HSV(B)183.8º90.8%34.12%-
XYZ4.846.7710.07-
YUV60.44142.9890.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=4.52%
G=46.33%
B=49.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal882870.910.0600.66183.883.1618.63
Hex852575B6042b85313
Octal101221271336010227012323
Binary10001010010101011110110111100100001010111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085257; }

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

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

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

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

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

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

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

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