Html Css Color HEX #08515F Sherpa Blue

📋 copy color: '#08515F'

red 8 ◦ green 81 ◦ blue 95

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

Shades of Sherpa Blue #08515F

Tints of Sherpa Blue #08515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.02%

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

R = 4.35%
G = 44.02%
B = 51.63%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08515F (or 0x08515F) is known color: Sherpa Blue. HEX triplet: 08, 51 and 5F. RGB value is (8,81,95). Sum of RGB (Red+Green+Blue) = 8+81+95=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #08515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08515F is #F7AEA0. Grayscale: #3C3C3C. Windows color (decimal): -16232097 or 6246664. OLE color: 6246664.

HSL color Cylindrical-coordinate representation of color #08515F: hue angle of 189.66º 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 #08515F is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 81 95 -
CMYK 0.92 0.15 0 0.63
HSL 189.66º 0.84% 0.2% -
HSV(B) 189.66º 0.92% 0.37% -
XYZ 5.11 6.76 11.86 -
YUV 60.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 8 81 95 0.92 0.15 0 0.63 189.66 0.84 0.2
Hex 8 51 5F 5C F 0 3F BE 54 14
Octal 10 121 137 134 17 0 77 276 124 24
Binary 1000 1010001 1011111 1011100 1111 0 111111 10111110 1010100 10100

Color Harmonies of #08515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08515F

Black with #08515F

Text Example


Text Example

White with #08515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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