#095F5A

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

Shades of Mosque #095F5A

Tints of Mosque #095F5A

Color information

#095F5A (or 0x095F5A) is unknown color: approx Mosque. HEX triplet: 09, 5F and 5A. RGB value is (9,95,90). Sum of RGB (Red+Green+Blue) = 9+95+90=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #095F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F5A is #F6A0A5. Grayscale: #444444. Windows color (decimal): -16162982 or 5922569. OLE color: 5922569.

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

Color convert

RGB99590-
CMYK0.9100.050.63
HSL176.51º82.69%20.39%-
HSV(B)176.51º90.53%37.25%-
XYZ6.058.9811.09-
YUV68.72140.0185.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=4.64%
G=48.97%
B=46.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995900.9100.050.63176.5182.6920.39
Hex95F5A5B053Fb15314
Octal11137132133057726112324
Binary1001101111110110101011011010111111110110001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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