#08594C

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

Shades of Mosque #08594C

Tints of Mosque #08594C

Color information

#08594C (or 0x08594C) is unknown color: approx Mosque. HEX triplet: 08, 59 and 4C. RGB value is (8,89,76). Sum of RGB (Red+Green+Blue) = 8+89+76=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #08594C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08594C is #F7A6B3. Grayscale: #3F3F3F. Windows color (decimal): -16230068 or 5003528. OLE color: 5003528.

HSL color Cylindrical-coordinate representation of color #08594C: hue angle of 170.37º degrees, saturation: 0.84, 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 #08594C is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB88976-
CMYK0.9100.150.65
HSL170.37º83.51%19.02%-
HSV(B)170.37º91.01%34.9%-
XYZ4.987.728.06-
YUV63.3135.1688.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=4.62%
G=51.45%
B=43.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889760.9100.150.65170.3783.5119.02
Hex8594C5B0F41aa5413
Octal1013111413301710125212423
Binary100010110011001100101101101111100000110101010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08594C; }

 p { color: rgb(8,89,76); }

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

<style>
 a { background-color: #08594C; }

 a { background-color: rgb(8,89,76); }

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

<style>
 span { border-color: #08594C; }

 span { border-color: rgb(8,89,76); }

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