#08524D

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

Shades of Sherpa Blue #08524D

Tints of Sherpa Blue #08524D

Color information

#08524D (or 0x08524D) is unknown color: approx Sherpa Blue. HEX triplet: 08, 52 and 4D. RGB value is (8,82,77). Sum of RGB (Red+Green+Blue) = 8+82+77=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #08524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08524D is #F7ADB2. Grayscale: #3B3B3B. Windows color (decimal): -16231859 or 5067272. OLE color: 5067272.

HSL color Cylindrical-coordinate representation of color #08524D: hue angle of 175.95º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08524D is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB88277-
CMYK0.9000.060.68
HSL175.95º82.22%17.65%-
HSV(B)175.95º90.24%32.16%-
XYZ4.466.628.06-
YUV59.3137.9891.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=4.79%
G=49.10%
B=46.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882770.9000.060.68175.9582.2217.65
Hex8524D5A0644b05212
Octal101221151320610426012222
Binary10001010010100110110110100110100010010110000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08524D; }

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

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

<style>
 a { background-color: #08524D; }

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

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

<style>
 span { border-color: #08524D; }

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

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