#09555C

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

Shades of Mosque #09555C

Tints of Mosque #09555C

Color information

#09555C (or 0x09555C) is unknown color: approx Mosque. HEX triplet: 09, 55 and 5C. RGB value is (9,85,92). Sum of RGB (Red+Green+Blue) = 9+85+92=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #09555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09555C is #F6AAA3. Grayscale: #3E3E3E. Windows color (decimal): -16165540 or 6051081. OLE color: 6051081.

HSL color Cylindrical-coordinate representation of color #09555C: hue angle of 185.06º 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 #09555C is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98592-
CMYK0.900.0800.64
HSL185.06º82.18%19.8%-
HSV(B)185.06º90.22%36.08%-
XYZ5.297.3311.26-
YUV63.07144.3289.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=4.84%
G=45.70%
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
Decimal985920.900.0800.64185.0682.1819.8
Hex9555C5A8040b95214
Octal1112513413210010027112224
Binary100110101011011100101101010000100000010111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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