#08504E

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

Shades of Sherpa Blue #08504E

Tints of Sherpa Blue #08504E

Color information

#08504E (or 0x08504E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 50 and 4E. RGB value is (8,80,78). Sum of RGB (Red+Green+Blue) = 8+80+78=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #08504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08504E is #F7AFB1. Grayscale: #3A3A3A. Windows color (decimal): -16232370 or 5132296. OLE color: 5132296.

HSL color Cylindrical-coordinate representation of color #08504E: hue angle of 178.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08504E is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB88078-
CMYK0.9000.020.69
HSL178.33º81.82%17.25%-
HSV(B)178.33º90%31.37%-
XYZ4.346.348.2-
YUV58.24139.1592.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=4.82%
G=48.19%
B=46.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880780.9000.020.69178.3381.8217.25
Hex8504E5A0245b25211
Octal101201161320210526212221
Binary1000101000010011101011010010100010110110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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