#095F53

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

Shades of Mosque #095F53

Tints of Mosque #095F53

Color information

#095F53 (or 0x095F53) is unknown color: approx Mosque. HEX triplet: 09, 5F and 53. RGB value is (9,95,83). Sum of RGB (Red+Green+Blue) = 9+95+83=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #095F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F53 is #F6A0AC. Grayscale: #434343. Windows color (decimal): -16162989 or 5463817. OLE color: 5463817.

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

Color convert

RGB99583-
CMYK0.9100.130.63
HSL171.63º82.69%20.39%-
HSV(B)171.63º90.53%37.25%-
XYZ5.778.879.59-
YUV67.92136.5185.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 95 (37.5% from 255) = 50.80%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=4.81%
G=50.80%
B=44.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995830.9100.130.63171.6382.6920.39
Hex95F535B0D3Fac5314
Octal111371231330157725412324
Binary10011011111101001110110110110111111110101100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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