#08575B

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

Shades of Mosque #08575B

Tints of Mosque #08575B

Color information

#08575B (or 0x08575B) is unknown color: approx Mosque. HEX triplet: 08, 57 and 5B. RGB value is (8,87,91). Sum of RGB (Red+Green+Blue) = 8+87+91=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #08575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08575B is #F7A8A4. Grayscale: #3F3F3F. Windows color (decimal): -16230565 or 5986056. OLE color: 5986056.

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

Color convert

RGB88791-
CMYK0.910.0400.64
HSL182.89º83.84%19.41%-
HSV(B)182.89º91.21%35.69%-
XYZ5.47.6211.08-
YUV63.84143.3388.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=4.30%
G=46.77%
B=48.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal887910.910.0400.64182.8983.8419.41
Hex8575B5B4040b75413
Octal101271331334010026712423
Binary10001010111101101110110111000100000010110111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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