#08534E

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

Shades of Sherpa Blue #08534E

Tints of Sherpa Blue #08534E

Color information

#08534E (or 0x08534E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 53 and 4E. RGB value is (8,83,78). Sum of RGB (Red+Green+Blue) = 8+83+78=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #08534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08534E is #F7ACB1. Grayscale: #3B3B3B. Windows color (decimal): -16231602 or 5133064. OLE color: 5133064.

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

Color convert

RGB88378-
CMYK0.9000.060.67
HSL176º82.42%17.84%-
HSV(B)176º90.36%32.55%-
XYZ4.576.798.28-
YUV60138.1590.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=4.73%
G=49.11%
B=46.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883780.9000.060.6717682.4217.84
Hex8534E5A0643b05212
Octal101231161320610326012222
Binary10001010011100111010110100110100001110110000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08534E; }

 p { color: rgb(8,83,78); }

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

<style>
 a { background-color: #08534E; }

 a { background-color: rgb(8,83,78); }

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

<style>
 span { border-color: #08534E; }

 span { border-color: rgb(8,83,78); }

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