#075B5E

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

Shades of Mosque #075B5E

Tints of Mosque #075B5E

Color information

#075B5E (or 0x075B5E) is unknown color: approx Mosque. HEX triplet: 07, 5B and 5E. RGB value is (7,91,94). Sum of RGB (Red+Green+Blue) = 7+91+94=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #075B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B5E is #F8A4A1. Grayscale: #424242. Windows color (decimal): -16295074 or 6183687. OLE color: 6183687.

HSL color Cylindrical-coordinate representation of color #075B5E: hue angle of 182.07º 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 #075B5E is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB79194-
CMYK0.930.0300.63
HSL182.07º86.14%19.8%-
HSV(B)182.07º92.55%36.86%-
XYZ5.858.3411.89-
YUV66.23143.6785.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=3.65%
G=47.40%
B=48.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal791940.930.0300.63182.0786.1419.8
Hex75B5E5D303Fb65614
Octal7133136135307726612624
Binary11110110111011110101110111011111110110110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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