#07565E

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

Shades of Mosque #07565E

Tints of Mosque #07565E

Color information

#07565E (or 0x07565E) is unknown color: approx Mosque. HEX triplet: 07, 56 and 5E. RGB value is (7,86,94). Sum of RGB (Red+Green+Blue) = 7+86+94=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #07565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07565E is #F8A9A1. Grayscale: #3F3F3F. Windows color (decimal): -16296354 or 6182407. OLE color: 6182407.

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

Color convert

RGB78694-
CMYK0.930.0900.63
HSL185.52º86.14%19.8%-
HSV(B)185.52º92.55%36.86%-
XYZ5.447.5111.75-
YUV63.29145.3387.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=3.74%
G=45.99%
B=50.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal786940.930.0900.63185.5286.1419.8
Hex7565E5D903Fba5614
Octal71261361351107727212624
Binary1111010110101111010111011001011111110111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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