Html Css Color HEX #08505E Sherpa Blue

📋 copy color: '#08505E'

red 8 ◦ green 80 ◦ blue 94

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

Shades of Sherpa Blue #08505E

Tints of Sherpa Blue #08505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 4.4%
G = 43.96%
B = 51.65%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08505E (or 0x08505E) is known color: Sherpa Blue. HEX triplet: 08, 50 and 5E. RGB value is (8,80,94). Sum of RGB (Red+Green+Blue) = 8+80+94=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #08505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08505E is #F7AFA1. Grayscale: #3B3B3B. Windows color (decimal): -16232354 or 6180872. OLE color: 6180872.

HSL color Cylindrical-coordinate representation of color #08505E: hue angle of 189.77º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08505E is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 80 94 -
CMYK 0.91 0.15 0 0.63
HSL 189.77º 0.84% 0.2% -
HSV(B) 189.77º 0.91% 0.37% -
XYZ 4.99 6.6 11.6 -
YUV 60.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 8 80 94 0.91 0.15 0 0.63 189.77 0.84 0.2
Hex 8 50 5E 5B F 0 3F BE 54 14
Octal 10 120 136 133 17 0 77 276 124 24
Binary 1000 1010000 1011110 1011011 1111 0 111111 10111110 1010100 10100

Color Harmonies of #08505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08505E

Black with #08505E

Text Example


Text Example

White with #08505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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