Html Css Color HEX #08575F Mosque

📋 copy color: '#08575F'

red 8 ◦ green 87 ◦ blue 95

#08575F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #08575F

Tints of Mosque #08575F

RGB

 RED value IS 8 (3.52% from 255) = 4.21%

 GREEN value IS 87 (34.38% from 255) = 45.79%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 4.21%
G = 45.79%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08575F (or 0x08575F) is known color: Mosque. HEX triplet: 08, 57 and 5F. RGB value is (8,87,95). Sum of RGB (Red+Green+Blue) = 8+87+95=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #08575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08575F is #F7A8A0. Grayscale: #404040. Windows color (decimal): -16230561 or 6248200. OLE color: 6248200.

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

Color convert

RGB 8 87 95 -
CMYK 0.92 0.08 0 0.63
HSL 185.52º 0.84% 0.2% -
HSV(B) 185.52º 0.92% 0.37% -
XYZ 5.57 7.69 12.02 -
YUV 64.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 8 87 95 0.92 0.08 0 0.63 185.52 0.84 0.2
Hex 8 57 5F 5C 8 0 3F BA 54 14
Octal 10 127 137 134 10 0 77 272 124 24
Binary 1000 1010111 1011111 1011100 1000 0 111111 10111010 1010100 10100

Color Harmonies of #08575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08575F

Black with #08575F

Text Example


Text Example

White with #08575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08575F;
 }
 .AnyTagClassName
 {
   color: #08575F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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