#08575D

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

Shades of Mosque #08575D

Tints of Mosque #08575D

Color information

#08575D (or 0x08575D) is unknown color: approx Mosque. HEX triplet: 08, 57 and 5D. RGB value is (8,87,93). Sum of RGB (Red+Green+Blue) = 8+87+93=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #08575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08575D is #F7A8A2. Grayscale: #3F3F3F. Windows color (decimal): -16230563 or 6117128. OLE color: 6117128.

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

Color convert

RGB88793-
CMYK0.910.0600.64
HSL184.24º84.16%19.8%-
HSV(B)184.24º91.4%36.47%-
XYZ5.487.6611.55-
YUV64.06144.3388.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.26%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=4.26%
G=46.28%
B=49.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal887930.910.0600.64184.2484.1619.8
Hex8575D5B6040b85414
Octal101271351336010027012424
Binary10001010111101110110110111100100000010111000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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