Html Css Color HEX #08585F Mosque

📋 copy color: '#08585F'

red 8 ◦ green 88 ◦ blue 95

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

Shades of Mosque #08585F

Tints of Mosque #08585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.07%

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

R = 4.19%
G = 46.07%
B = 49.74%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08585F (or 0x08585F) is known color: Mosque. HEX triplet: 08, 58 and 5F. RGB value is (8,88,95). Sum of RGB (Red+Green+Blue) = 8+88+95=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #08585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08585F is #F7A7A0. Grayscale: #404040. Windows color (decimal): -16230305 or 6248456. OLE color: 6248456.

HSL color Cylindrical-coordinate representation of color #08585F: hue angle of 184.83º 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 #08585F is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 88 95 -
CMYK 0.92 0.07 0 0.63
HSL 184.83º 0.84% 0.2% -
HSV(B) 184.83º 0.92% 0.37% -
XYZ 5.66 7.86 12.05 -
YUV 64.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 8 88 95 0.92 0.07 0 0.63 184.83 0.84 0.2
Hex 8 58 5F 5C 7 0 3F B9 54 14
Octal 10 130 137 134 7 0 77 271 124 24
Binary 1000 1011000 1011111 1011100 111 0 111111 10111001 1010100 10100

Color Harmonies of #08585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08585F

Black with #08585F

Text Example


Text Example

White with #08585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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