#09545A

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

Shades of Mosque #09545A

Tints of Mosque #09545A

Color information

#09545A (or 0x09545A) is unknown color: approx Mosque. HEX triplet: 09, 54 and 5A. RGB value is (9,84,90). Sum of RGB (Red+Green+Blue) = 9+84+90=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #09545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09545A is #F6ABA5. Grayscale: #3E3E3E. Windows color (decimal): -16165798 or 5919753. OLE color: 5919753.

HSL color Cylindrical-coordinate representation of color #09545A: hue angle of 184.44º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09545A is Cyan = 0.9, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB98490-
CMYK0.90.0700.65
HSL184.44º81.82%19.41%-
HSV(B)184.44º90%35.29%-
XYZ5.137.1410.78-
YUV62.26143.6590.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=4.92%
G=45.90%
B=49.18%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal984900.90.0700.65184.4481.8219.41
Hex9545A5A7041b85213
Octal111241321327010127012223
Binary10011010100101101010110101110100000110111000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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