#08525B

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

Shades of Sherpa Blue #08525B

Tints of Sherpa Blue #08525B

Color information

#08525B (or 0x08525B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 52 and 5B. RGB value is (8,82,91). Sum of RGB (Red+Green+Blue) = 8+82+91=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #08525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08525B is #F7ADA4. Grayscale: #3C3C3C. Windows color (decimal): -16231845 or 5984776. OLE color: 5984776.

HSL color Cylindrical-coordinate representation of color #08525B: hue angle of 186.51º 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 #08525B is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88291-
CMYK0.910.1000.64
HSL186.51º83.84%19.41%-
HSV(B)186.51º91.21%35.69%-
XYZ5.016.8410.95-
YUV60.9144.9890.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=4.42%
G=45.30%
B=50.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal882910.910.1000.64186.5183.8419.41
Hex8525B5BA040bb5413
Octal1012213313312010027312423
Binary100010100101011011101101110100100000010111011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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