Html Css Color HEX #08505F Sherpa Blue

📋 copy color: '#08505F'

red 8 ◦ green 80 ◦ blue 95

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

Shades of Sherpa Blue #08505F

Tints of Sherpa Blue #08505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.91%

R = 4.37%
G = 43.72%
B = 51.91%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08505F (or 0x08505F) is known color: Sherpa Blue. HEX triplet: 08, 50 and 5F. RGB value is (8,80,95). Sum of RGB (Red+Green+Blue) = 8+80+95=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #08505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08505F is #F7AFA0. Grayscale: #3C3C3C. Windows color (decimal): -16232353 or 6246408. OLE color: 6246408.

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

Color convert

RGB 8 80 95 -
CMYK 0.92 0.16 0 0.63
HSL 190.34º 0.84% 0.2% -
HSV(B) 190.34º 0.92% 0.37% -
XYZ 5.03 6.62 11.84 -
YUV 60.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 8 80 95 0.92 0.16 0 0.63 190.34 0.84 0.2
Hex 8 50 5F 5C 10 0 3F BE 54 14
Octal 10 120 137 134 20 0 77 276 124 24
Binary 1000 1010000 1011111 1011100 10000 0 111111 10111110 1010100 10100

Color Harmonies of #08505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08505F

Black with #08505F

Text Example


Text Example

White with #08505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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