#095C50

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

Shades of Mosque #095C50

Tints of Mosque #095C50

Color information

#095C50 (or 0x095C50) is unknown color: approx Mosque. HEX triplet: 09, 5C and 50. RGB value is (9,92,80). Sum of RGB (Red+Green+Blue) = 9+92+80=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #095C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C50 is #F6A3AF. Grayscale: #414141. Windows color (decimal): -16163760 or 5266441. OLE color: 5266441.

HSL color Cylindrical-coordinate representation of color #095C50: hue angle of 171.33º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C50 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB99280-
CMYK0.9000.130.64
HSL171.33º82.18%19.8%-
HSV(B)171.33º90.22%36.08%-
XYZ5.398.298.91-
YUV65.8213687.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=4.97%
G=50.83%
B=44.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992800.9000.130.64171.3382.1819.8
Hex95C505A0D40ab5214
Octal1113412013201510025312224
Binary100110111001010000101101001101100000010101011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,80); }

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

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

 a { background-color: rgb(9,92,80); }

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

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

 span { border-color: rgb(9,92,80); }

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