#07565F

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

Shades of Mosque #07565F

Tints of Mosque #07565F

Color information

#07565F (or 0x07565F) is unknown color: approx Mosque. HEX triplet: 07, 56 and 5F. RGB value is (7,86,95). Sum of RGB (Red+Green+Blue) = 7+86+95=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #07565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07565F is #F8A9A0. Grayscale: #3F3F3F. Windows color (decimal): -16296353 or 6247943. OLE color: 6247943.

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

Color convert

RGB78695-
CMYK0.930.0900.63
HSL186.14º86.27%20%-
HSV(B)186.14º92.63%37.25%-
XYZ5.487.5311.99-
YUV63.4145.8387.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=3.72%
G=45.74%
B=50.53%

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
Decimal786950.930.0900.63186.1486.2720
Hex7565F5D903Fba5614
Octal71261371351107727212624
Binary1111010110101111110111011001011111110111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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