#095D5D

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

Shades of Mosque #095D5D

Tints of Mosque #095D5D

Color information

#095D5D (or 0x095D5D) is unknown color: approx Mosque. HEX triplet: 09, 5D and 5D. RGB value is (9,93,93). Sum of RGB (Red+Green+Blue) = 9+93+93=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #095D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D5D is #F6A2A2. Grayscale: #434343. Windows color (decimal): -16163491 or 6118665. OLE color: 6118665.

HSL color Cylindrical-coordinate representation of color #095D5D: hue angle of 180º 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 #095D5D is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB99393-
CMYK0.90000.64
HSL180º82.35%20%-
HSV(B)180º90.32%36.47%-
XYZ68.6811.71-
YUV67.88142.1786-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=4.62%
G=47.69%
B=47.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal993930.90000.6418082.3520
Hex95D5D5A0040b45214
Octal111351351320010026412224
Binary100110111011011101101101000100000010110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,93,93); }

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

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

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

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

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

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

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