#075D5E

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

Shades of Mosque #075D5E

Tints of Mosque #075D5E

Color information

#075D5E (or 0x075D5E) is unknown color: approx Mosque. HEX triplet: 07, 5D and 5E. RGB value is (7,93,94). Sum of RGB (Red+Green+Blue) = 7+93+94=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #075D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D5E is #F8A2A1. Grayscale: #434343. Windows color (decimal): -16294562 or 6184199. OLE color: 6184199.

HSL color Cylindrical-coordinate representation of color #075D5E: hue angle of 180.69º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075D5E is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB79394-
CMYK0.930.0100.63
HSL180.69º86.14%19.8%-
HSV(B)180.69º92.55%36.86%-
XYZ6.028.6811.95-
YUV67.4143.0184.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.61%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=3.61%
G=47.94%
B=48.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal793940.930.0100.63180.6986.1419.8
Hex75D5E5D103Fb55614
Octal7135136135107726512624
Binary1111011101101111010111011011111110110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075D5E; }

 p { color: rgb(7,93,94); }

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

<style>
 a { background-color: #075D5E; }

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

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

<style>
 span { border-color: #075D5E; }

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

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