Html Css Color HEX #085051 Sherpa Blue

📋 copy color: '#085051'

red 8 ◦ green 80 ◦ blue 81

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

Shades of Sherpa Blue #085051

Tints of Sherpa Blue #085051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 4.73%
G = 47.34%
B = 47.93%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#085051 (or 0x085051) is known color: Sherpa Blue. HEX triplet: 08, 50 and 51. RGB value is (8,80,81). Sum of RGB (Red+Green+Blue) = 8+80+81=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #085051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085051 is #F7AFAE. Grayscale: #3A3A3A. Windows color (decimal): -16232367 or 5328904. OLE color: 5328904.

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

Color convert

RGB 8 80 81 -
CMYK 0.90 0.01 0 0.68
HSL 180.82º 0.82% 0.17% -
HSV(B) 180.82º 0.9% 0.32% -
XYZ 4.45 6.38 8.78 -
YUV 58.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 8 80 81 0.90 0.01 0 0.68 180.82 0.82 0.17
Hex 8 50 51 5A 1 0 44 B5 52 11
Octal 10 120 121 132 1 0 104 265 122 21
Binary 1000 1010000 1010001 1011010 1 0 1000100 10110101 1010010 10001

Color Harmonies of #085051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085051

Black with #085051

Text Example


Text Example

White with #085051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085051; }

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

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

background-color css

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

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

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

border-color css

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

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

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