#06575B

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

Shades of Mosque #06575B

Tints of Mosque #06575B

Color information

#06575B (or 0x06575B) is unknown color: approx Mosque. HEX triplet: 06, 57 and 5B. RGB value is (6,87,91). Sum of RGB (Red+Green+Blue) = 6+87+91=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #06575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06575B is #F9A8A4. Grayscale: #3F3F3F. Windows color (decimal): -16361637 or 5986054. OLE color: 5986054.

HSL color Cylindrical-coordinate representation of color #06575B: hue angle of 182.82º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06575B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68791-
CMYK0.930.0400.64
HSL182.82º87.63%19.02%-
HSV(B)182.82º93.41%35.69%-
XYZ5.377.6111.08-
YUV63.24143.6687.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=3.26%
G=47.28%
B=49.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal687910.930.0400.64182.8287.6319.02
Hex6575B5D4040b75813
Octal61271331354010026713023
Binary1101010111101101110111011000100000010110111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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