Html Css Color HEX #085050 Sherpa Blue

📋 copy color: '#085050'

red 8 ◦ green 80 ◦ blue 80

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

Shades of Sherpa Blue #085050

Tints of Sherpa Blue #085050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.62%

R = 4.76%
G = 47.62%
B = 47.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#085050 (or 0x085050) is known color: Sherpa Blue. HEX triplet: 08, 50 and 50. RGB value is (8,80,80). Sum of RGB (Red+Green+Blue) = 8+80+80=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #085050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085050 is #F7AFAF. Grayscale: #3A3A3A. Windows color (decimal): -16232368 or 5263368. OLE color: 5263368.

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

Color convert

RGB 8 80 80 -
CMYK 0.90 0 0 0.69
HSL 180º 0.82% 0.17% -
HSV(B) 180º 0.9% 0.31% -
XYZ 4.42 6.37 8.59 -
YUV 58.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 8 80 80 0.90 0 0 0.69 180 0.82 0.17
Hex 8 50 50 5A 0 0 45 B4 52 11
Octal 10 120 120 132 0 0 105 264 122 21
Binary 1000 1010000 1010000 1011010 0 0 1000101 10110100 1010010 10001

Color Harmonies of #085050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085050

Black with #085050

Text Example


Text Example

White with #085050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085050; }

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

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

background-color css

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

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

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

border-color css

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

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

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