Html Css Color HEX #085351 Sherpa Blue

📋 copy color: '#085351'

red 8 ◦ green 83 ◦ blue 81

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

Shades of Sherpa Blue #085351

Tints of Sherpa Blue #085351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

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

R = 4.65%
G = 48.26%
B = 47.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#085351 (or 0x085351) is known color: Sherpa Blue. HEX triplet: 08, 53 and 51. RGB value is (8,83,81). Sum of RGB (Red+Green+Blue) = 8+83+81=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #085351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085351 is #F7ACAE. Grayscale: #3C3C3C. Windows color (decimal): -16231599 or 5329672. OLE color: 5329672.

HSL color Cylindrical-coordinate representation of color #085351: hue angle of 178.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085351 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 81 -
CMYK 0.90 0 0.02 0.67
HSL 178.4º 0.82% 0.18% -
HSV(B) 178.4º 0.9% 0.33% -
XYZ 4.68 6.83 8.86 -
YUV 60.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 8 83 81 0.90 0 0.02 0.67 178.4 0.82 0.18
Hex 8 53 51 5A 0 2 43 B2 52 12
Octal 10 123 121 132 0 2 103 262 122 22
Binary 1000 1010011 1010001 1011010 0 10 1000011 10110010 1010010 10010

Color Harmonies of #085351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085351

Black with #085351

Text Example


Text Example

White with #085351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085351; }

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

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

background-color css

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

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

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

border-color css

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

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

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