#08515B

Color #08515B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #08515B

Tints of Sherpa Blue #08515B

Color information

#08515B (or 0x08515B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 51 and 5B. RGB value is (8,81,91). Sum of RGB (Red+Green+Blue) = 8+81+91=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #08515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08515B is #F7AEA4. Grayscale: #3C3C3C. Windows color (decimal): -16232101 or 5984520. OLE color: 5984520.

HSL color Cylindrical-coordinate representation of color #08515B: hue angle of 187.23º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08515B is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88191-
CMYK0.910.1100.64
HSL187.23º83.84%19.41%-
HSV(B)187.23º91.21%35.69%-
XYZ4.936.6910.93-
YUV60.31145.3290.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=4.44%
G=45%
B=50.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal881910.910.1100.64187.2383.8419.41
Hex8515B5BB040bb5413
Octal1012113313313010027312423
Binary100010100011011011101101110110100000010111011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08515B;
 }
 .AnyTagClassName
 {
   color: #08515B;
 }
</style>
background-color css

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

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

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

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

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

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