Html Css Color HEX #085059 Sherpa Blue

📋 copy color: '#085059'

red 8 ◦ green 80 ◦ blue 89

#085059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #085059

Tints of Sherpa Blue #085059

RGB

 RED value IS 8 (3.52% from 255) = 4.52%

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 4.52%
G = 45.2%
B = 50.28%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#085059 (or 0x085059) is known color: Sherpa Blue. HEX triplet: 08, 50 and 59. RGB value is (8,80,89). Sum of RGB (Red+Green+Blue) = 8+80+89=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #085059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085059 is #F7AFA6. Grayscale: #3B3B3B. Windows color (decimal): -16232359 or 5853192. OLE color: 5853192.

HSL color Cylindrical-coordinate representation of color #085059: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085059 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 80 89 -
CMYK 0.91 0.10 0 0.65
HSL 186.67º 0.84% 0.19% -
HSV(B) 186.67º 0.91% 0.35% -
XYZ 4.77 6.51 10.46 -
YUV 59.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 8 80 89 0.91 0.10 0 0.65 186.67 0.84 0.19
Hex 8 50 59 5B A 0 41 BB 54 13
Octal 10 120 131 133 12 0 101 273 124 23
Binary 1000 1010000 1011001 1011011 1010 0 1000001 10111011 1010100 10011

Color Harmonies of #085059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085059

Black with #085059

Text Example


Text Example

White with #085059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085059; }

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

 H1.HeaderClassName
 {
   color: #085059;
 }
 .AnyTagClassName
 {
   color: #085059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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