#09575F

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

Shades of Mosque #09575F

Tints of Mosque #09575F

Color information

#09575F (or 0x09575F) is unknown color: approx Mosque. HEX triplet: 09, 57 and 5F. RGB value is (9,87,95). Sum of RGB (Red+Green+Blue) = 9+87+95=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #09575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09575F is #F6A8A0. Grayscale: #404040. Windows color (decimal): -16165025 or 6248201. OLE color: 6248201.

HSL color Cylindrical-coordinate representation of color #09575F: hue angle of 185.58º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09575F is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98795-
CMYK0.910.0800.63
HSL185.58º82.69%20.39%-
HSV(B)185.58º90.53%37.25%-
XYZ5.597.712.02-
YUV64.59145.1688.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=4.71%
G=45.55%
B=49.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal987950.910.0800.63185.5882.6920.39
Hex9575F5B803Fba5314
Octal111271371331007727212324
Binary10011010111101111110110111000011111110111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09575F; }

 p { color: rgb(9,87,95); }

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

<style>
 a { background-color: #09575F; }

 a { background-color: rgb(9,87,95); }

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

<style>
 span { border-color: #09575F; }

 span { border-color: rgb(9,87,95); }

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