#09595A

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

Shades of Mosque #09595A

Tints of Mosque #09595A

Color information

#09595A (or 0x09595A) is unknown color: approx Mosque. HEX triplet: 09, 59 and 5A. RGB value is (9,89,90). Sum of RGB (Red+Green+Blue) = 9+89+90=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #09595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595A is #F6A6A5. Grayscale: #414141. Windows color (decimal): -16164518 or 5921033. OLE color: 5921033.

HSL color Cylindrical-coordinate representation of color #09595A: hue angle of 180.74º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09595A is Cyan = 0.9, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB98990-
CMYK0.90.0100.65
HSL180.74º81.82%19.41%-
HSV(B)180.74º90%35.29%-
XYZ5.537.9410.91-
YUV65.1914287.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=4.79%
G=47.34%
B=47.87%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989900.90.0100.65180.7481.8219.41
Hex9595A5A1041b55213
Octal111311321321010126512223
Binary100110110011011010101101010100000110110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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