Html Css Color HEX #08594F Mosque

📋 copy color: '#08594F'

red 8 ◦ green 89 ◦ blue 79

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

Shades of Mosque #08594F

Tints of Mosque #08594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.57%

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 4.55%
G = 50.57%
B = 44.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#08594F (or 0x08594F) is known color: Mosque. HEX triplet: 08, 59 and 4F. RGB value is (8,89,79). Sum of RGB (Red+Green+Blue) = 8+89+79=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #08594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08594F is #F7A6B0. Grayscale: #3F3F3F. Windows color (decimal): -16230065 or 5200136. OLE color: 5200136.

HSL color Cylindrical-coordinate representation of color #08594F: hue angle of 172.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08594F is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 79 -
CMYK 0.91 0 0.11 0.65
HSL 172.59º 0.84% 0.19% -
HSV(B) 172.59º 0.91% 0.35% -
XYZ 5.08 7.76 8.63 -
YUV 63.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 8 89 79 0.91 0 0.11 0.65 172.59 0.84 0.19
Hex 8 59 4F 5B 0 B 41 AD 54 13
Octal 10 131 117 133 0 13 101 255 124 23
Binary 1000 1011001 1001111 1011011 0 1011 1000001 10101101 1010100 10011

Color Harmonies of #08594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08594F

Black with #08594F

Text Example


Text Example

White with #08594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,89,79); }

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

background-color css

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

 a { background-color: rgb(8,89,79); }

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

border-color css

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

 span { border-color: rgb(8,89,79); }

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