#08584E

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

Shades of Mosque #08584E

Tints of Mosque #08584E

Color information

#08584E (or 0x08584E) is unknown color: approx Mosque. HEX triplet: 08, 58 and 4E. RGB value is (8,88,78). Sum of RGB (Red+Green+Blue) = 8+88+78=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #08584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08584E is #F7A7B1. Grayscale: #3E3E3E. Windows color (decimal): -16230322 or 5134344. OLE color: 5134344.

HSL color Cylindrical-coordinate representation of color #08584E: hue angle of 172.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08584E is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB88878-
CMYK0.9100.110.65
HSL172.5º83.33%18.82%-
HSV(B)172.5º90.91%34.51%-
XYZ4.977.588.41-
YUV62.94136.588.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=4.60%
G=50.57%
B=44.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888780.9100.110.65172.583.3318.82
Hex8584E5B0B41ac5313
Octal1013011613301310125412323
Binary100010110001001110101101101011100000110101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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