#09545B

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

Shades of Mosque #09545B

Tints of Mosque #09545B

Color information

#09545B (or 0x09545B) is unknown color: approx Mosque. HEX triplet: 09, 54 and 5B. RGB value is (9,84,91). Sum of RGB (Red+Green+Blue) = 9+84+91=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #09545B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09545B is #F6ABA4. Grayscale: #3E3E3E. Windows color (decimal): -16165797 or 5985289. OLE color: 5985289.

HSL color Cylindrical-coordinate representation of color #09545B: hue angle of 185.12º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09545B is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98491-
CMYK0.900.0800.64
HSL185.12º82%19.61%-
HSV(B)185.12º90.11%35.69%-
XYZ5.177.1511.01-
YUV62.37144.1589.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=4.89%
G=45.65%
B=49.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal984910.900.0800.64185.128219.61
Hex9545B5A8040b95214
Octal1112413313210010027112224
Binary100110101001011011101101010000100000010111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09545B; }

 p { color: rgb(9,84,91); }

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

<style>
 a { background-color: #09545B; }

 a { background-color: rgb(9,84,91); }

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

<style>
 span { border-color: #09545B; }

 span { border-color: rgb(9,84,91); }

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