#08574B

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

Shades of Mosque #08574B

Tints of Mosque #08574B

Color information

#08574B (or 0x08574B) is unknown color: approx Mosque. HEX triplet: 08, 57 and 4B. RGB value is (8,87,75). Sum of RGB (Red+Green+Blue) = 8+87+75=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #08574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08574B is #F7A8B4. Grayscale: #3D3D3D. Windows color (decimal): -16230581 or 4937480. OLE color: 4937480.

HSL color Cylindrical-coordinate representation of color #08574B: hue angle of 170.89º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08574B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB88775-
CMYK0.9100.140.66
HSL170.89º83.16%18.63%-
HSV(B)170.89º90.8%34.12%-
XYZ4.787.387.83-
YUV62.01135.3389.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 87 (34.38% from 255) = 51.18%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=4.71%
G=51.18%
B=44.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal887750.9100.140.66170.8983.1618.63
Hex8574B5B0E42ab5313
Octal1012711313301610225312323
Binary100010101111001011101101101110100001010101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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