#05685E

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

Shades of Mosque #05685E

Tints of Mosque #05685E

Color information

#05685E (or 0x05685E) is unknown color: approx Mosque. HEX triplet: 05, 68 and 5E. RGB value is (5,104,94). Sum of RGB (Red+Green+Blue) = 5+104+94=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #05685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05685E is #FA97A1. Grayscale: #494949. Windows color (decimal): -16422818 or 6187013. OLE color: 6187013.

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

Color convert

RGB510494-
CMYK0.9500.100.59
HSL173.94º90.83%21.37%-
HSV(B)173.94º95.19%40.78%-
XYZ7.0310.7412.29-
YUV73.26139.779.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=2.46%
G=51.23%
B=46.31%

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
Decimal5104940.9500.100.59173.9490.8321.37
Hex5685E5F0A3Bae5b15
Octal51501361370127325613325
Binary1011101000101111010111110101011101110101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05685E; }

 p { color: rgb(5,104,94); }

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

<style>
 a { background-color: #05685E; }

 a { background-color: rgb(5,104,94); }

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

<style>
 span { border-color: #05685E; }

 span { border-color: rgb(5,104,94); }

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