#05615D

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

Shades of Mosque #05615D

Tints of Mosque #05615D

Color information

#05615D (or 0x05615D) is unknown color: approx Mosque. HEX triplet: 05, 61 and 5D. RGB value is (5,97,93). Sum of RGB (Red+Green+Blue) = 5+97+93=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #05615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05615D is #FA9EA2. Grayscale: #444444. Windows color (decimal): -16424611 or 6119685. OLE color: 6119685.

HSL color Cylindrical-coordinate representation of color #05615D: hue angle of 177.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05615D is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB59793-
CMYK0.9500.040.62
HSL177.39º90.2%20%-
HSV(B)177.39º94.85%38.04%-
XYZ6.319.3711.83-
YUV69.04141.5282.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=2.56%
G=49.74%
B=47.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597930.9500.040.62177.3990.220
Hex5615D5F043Eb15a14
Octal5141135137047626113224
Binary101110000110111011011111010011111010110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05615D; }

 p { color: rgb(5,97,93); }

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

<style>
 a { background-color: #05615D; }

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

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

<style>
 span { border-color: #05615D; }

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

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