#06575F

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

Shades of Mosque #06575F

Tints of Mosque #06575F

Color information

#06575F (or 0x06575F) is unknown color: approx Mosque. HEX triplet: 06, 57 and 5F. RGB value is (6,87,95). Sum of RGB (Red+Green+Blue) = 6+87+95=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 87 (34.38% from 255 or 46.28% 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 #06575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06575F is #F9A8A0. Grayscale: #3F3F3F. Windows color (decimal): -16361633 or 6248198. OLE color: 6248198.

HSL color Cylindrical-coordinate representation of color #06575F: hue angle of 185.39º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06575F is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68795-
CMYK0.940.0800.63
HSL185.39º88.12%19.8%-
HSV(B)185.39º93.68%37.25%-
XYZ5.557.6812.02-
YUV63.69145.6686.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=3.19%
G=46.28%
B=50.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal687950.940.0800.63185.3988.1219.8
Hex6575F5E803Fb95814
Octal61271371361007727113024
Binary1101010111101111110111101000011111110111001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,87,95); }

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

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

 a { background-color: rgb(6,87,95); }

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

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

 span { border-color: rgb(6,87,95); }

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