#09595E

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

Shades of Mosque #09595E

Tints of Mosque #09595E

Color information

#09595E (or 0x09595E) is unknown color: approx Mosque. HEX triplet: 09, 59 and 5E. RGB value is (9,89,94). Sum of RGB (Red+Green+Blue) = 9+89+94=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #09595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595E is #F6A6A1. Grayscale: #414141. Windows color (decimal): -16164514 or 6183177. OLE color: 6183177.

HSL color Cylindrical-coordinate representation of color #09595E: hue angle of 183.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09595E is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98994-
CMYK0.900.0500.63
HSL183.53º82.52%20.2%-
HSV(B)183.53º90.43%36.86%-
XYZ5.718.0111.84-
YUV65.6514487.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=4.69%
G=46.35%
B=48.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal989940.900.0500.63183.5382.5220.2
Hex9595E5A503Fb85314
Octal11131136132507727012324
Binary1001101100110111101011010101011111110111000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09595E; }

 p { color: rgb(9,89,94); }

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

<style>
 a { background-color: #09595E; }

 a { background-color: rgb(9,89,94); }

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

<style>
 span { border-color: #09595E; }

 span { border-color: rgb(9,89,94); }

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