#09595F

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

Shades of Mosque #09595F

Tints of Mosque #09595F

Color information

#09595F (or 0x09595F) is unknown color: approx Mosque. HEX triplet: 09, 59 and 5F. RGB value is (9,89,95). Sum of RGB (Red+Green+Blue) = 9+89+95=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #09595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595F is #F6A6A0. Grayscale: #414141. Windows color (decimal): -16164513 or 6248713. OLE color: 6248713.

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

Color convert

RGB98995-
CMYK0.910.0600.63
HSL184.19º82.69%20.39%-
HSV(B)184.19º90.53%37.25%-
XYZ5.758.0312.07-
YUV65.76144.587.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=4.66%
G=46.11%
B=49.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal989950.910.0600.63184.1982.6920.39
Hex9595F5B603Fb85314
Octal11131137133607727012324
Binary1001101100110111111011011110011111110111000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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