#095A59

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

Shades of Mosque #095A59

Tints of Mosque #095A59

Color information

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

HSL color Cylindrical-coordinate representation of color #095A59: hue angle of 179.26º 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 #095A59 is Cyan = 0.9, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB99089-
CMYK0.900.010.65
HSL179.26º81.82%19.41%-
HSV(B)179.26º90%35.29%-
XYZ5.578.0910.72-
YUV65.67141.1687.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990890.900.010.65179.2681.8219.41
Hex95A595A0141b35213
Octal111321311320110126312223
Binary100110110101011001101101001100000110110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A59; }

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

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

<style>
 a { background-color: #095A59; }

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

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

<style>
 span { border-color: #095A59; }

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

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