#09545F

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

Shades of Mosque #09545F

Tints of Mosque #09545F

Color information

#09545F (or 0x09545F) is unknown color: approx Mosque. HEX triplet: 09, 54 and 5F. RGB value is (9,84,95). Sum of RGB (Red+Green+Blue) = 9+84+95=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #09545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09545F is #F6ABA0. Grayscale: #3E3E3E. Windows color (decimal): -16165793 or 6247433. OLE color: 6247433.

HSL color Cylindrical-coordinate representation of color #09545F: hue angle of 187.67º 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 #09545F is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98495-
CMYK0.910.1200.63
HSL187.67º82.69%20.39%-
HSV(B)187.67º90.53%37.25%-
XYZ5.357.2211.94-
YUV62.83146.1589.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=4.79%
G=44.68%
B=50.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal984950.910.1200.63187.6782.6920.39
Hex9545F5BC03Fbc5314
Octal111241371331407727412324
Binary10011010100101111110110111100011111110111100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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