#09555F

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

Shades of Mosque #09555F

Tints of Mosque #09555F

Color information

#09555F (or 0x09555F) is unknown color: approx Mosque. HEX triplet: 09, 55 and 5F. RGB value is (9,85,95). Sum of RGB (Red+Green+Blue) = 9+85+95=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #09555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09555F is #F6AAA0. Grayscale: #3F3F3F. Windows color (decimal): -16165537 or 6247689. OLE color: 6247689.

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

Color convert

RGB98595-
CMYK0.910.1100.63
HSL186.98º82.69%20.39%-
HSV(B)186.98º90.53%37.25%-
XYZ5.437.3811.97-
YUV63.42145.8289.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 95 (37.5% from 255) = 50.26%
R=4.76%
G=44.97%
B=50.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal985950.910.1100.63186.9882.6920.39
Hex9555F5BB03Fbb5314
Octal111251371331307727312324
Binary10011010101101111110110111011011111110111011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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