#095A51

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

Shades of Mosque #095A51

Tints of Mosque #095A51

Color information

#095A51 (or 0x095A51) is unknown color: approx Mosque. HEX triplet: 09, 5A and 51. RGB value is (9,90,81). Sum of RGB (Red+Green+Blue) = 9+90+81=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #095A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A51 is #F6A5AE. Grayscale: #404040. Windows color (decimal): -16164271 or 5331465. OLE color: 5331465.

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

Color convert

RGB99081-
CMYK0.900.10.65
HSL173.33º81.82%19.41%-
HSV(B)173.33º90%35.29%-
XYZ5.257.969.04-
YUV64.76137.1688.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 45%
R=5%
G=50%
B=45%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990810.900.10.65173.3381.8219.41
Hex95A515A0A41ad5213
Octal1113212113201210125512223
Binary100110110101010001101101001010100000110101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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