#09594B

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

Shades of Mosque #09594B

Tints of Mosque #09594B

Color information

#09594B (or 0x09594B) is unknown color: approx Mosque. HEX triplet: 09, 59 and 4B. RGB value is (9,89,75). Sum of RGB (Red+Green+Blue) = 9+89+75=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #09594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09594B is #F6A6B4. Grayscale: #3F3F3F. Windows color (decimal): -16164533 or 4937993. OLE color: 4937993.

HSL color Cylindrical-coordinate representation of color #09594B: hue angle of 169.5º 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 #09594B is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB98975-
CMYK0.9000.160.65
HSL169.5º81.63%19.22%-
HSV(B)169.5º89.89%34.9%-
XYZ4.967.717.88-
YUV63.48134.589.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=5.20%
G=51.45%
B=43.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989750.9000.160.65169.581.6319.22
Hex9594B5A01041aa5213
Octal1113111313202010125212223
Binary1001101100110010111011010010000100000110101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09594B; }

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

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

<style>
 a { background-color: #09594B; }

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

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

<style>
 span { border-color: #09594B; }

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

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