#05695F

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

Shades of Mosque #05695F

Tints of Mosque #05695F

Color information

#05695F (or 0x05695F) is unknown color: approx Mosque. HEX triplet: 05, 69 and 5F. RGB value is (5,105,95). Sum of RGB (Red+Green+Blue) = 5+105+95=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #05695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05695F is #FA96A0. Grayscale: #494949. Windows color (decimal): -16422561 or 6252805. OLE color: 6252805.

HSL color Cylindrical-coordinate representation of color #05695F: hue angle of 174º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05695F is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB510595-
CMYK0.9500.100.59
HSL174º90.91%21.57%-
HSV(B)174º95.24%41.18%-
XYZ7.1810.9612.56-
YUV73.96139.8778.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=2.44%
G=51.22%
B=46.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105950.9500.100.5917490.9121.57
Hex5695F5F0A3Bae5b16
Octal51511371370127325613326
Binary1011101001101111110111110101011101110101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05695F; }

 p { color: rgb(5,105,95); }

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

<style>
 a { background-color: #05695F; }

 a { background-color: rgb(5,105,95); }

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

<style>
 span { border-color: #05695F; }

 span { border-color: rgb(5,105,95); }

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