Html Css Color HEX #085251 Sherpa Blue

📋 copy color: '#085251'

red 8 ◦ green 82 ◦ blue 81

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

Shades of Sherpa Blue #085251

Tints of Sherpa Blue #085251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

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

R = 4.68%
G = 47.95%
B = 47.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#085251 (or 0x085251) is known color: Sherpa Blue. HEX triplet: 08, 52 and 51. RGB value is (8,82,81). Sum of RGB (Red+Green+Blue) = 8+82+81=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #085251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085251 is #F7ADAE. Grayscale: #3B3B3B. Windows color (decimal): -16231855 or 5329416. OLE color: 5329416.

HSL color Cylindrical-coordinate representation of color #085251: hue angle of 179.19º 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 #085251 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 81 -
CMYK 0.90 0 0.01 0.68
HSL 179.19º 0.82% 0.18% -
HSV(B) 179.19º 0.9% 0.32% -
XYZ 4.6 6.68 8.83 -
YUV 59.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 8 82 81 0.90 0 0.01 0.68 179.19 0.82 0.18
Hex 8 52 51 5A 0 1 44 B3 52 12
Octal 10 122 121 132 0 1 104 263 122 22
Binary 1000 1010010 1010001 1011010 0 1 1000100 10110011 1010010 10010

Color Harmonies of #085251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085251

Black with #085251

Text Example


Text Example

White with #085251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085251; }

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

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

background-color css

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

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

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

border-color css

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

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

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