#09555D

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

Shades of Mosque #09555D

Tints of Mosque #09555D

Color information

#09555D (or 0x09555D) is unknown color: approx Mosque. HEX triplet: 09, 55 and 5D. RGB value is (9,85,93). Sum of RGB (Red+Green+Blue) = 9+85+93=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #09555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09555D is #F6AAA2. Grayscale: #3F3F3F. Windows color (decimal): -16165539 or 6116617. OLE color: 6116617.

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

Color convert

RGB98593-
CMYK0.900.0900.64
HSL185.71º82.35%20%-
HSV(B)185.71º90.32%36.47%-
XYZ5.347.3511.49-
YUV63.19144.8289.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=4.81%
G=45.45%
B=49.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal985930.900.0900.64185.7182.3520
Hex9555D5A9040ba5214
Octal1112513513211010027212224
Binary100110101011011101101101010010100000010111010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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