Html Css Color HEX #095959 Mosque

📋 copy color: '#095959'

red 9 ◦ green 89 ◦ blue 89

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

Shades of Mosque #095959

Tints of Mosque #095959

RGB

 RED value IS 9 (3.91% from 255) = 4.81%

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

 BLUE value IS 89 (35.16% from 255) = 47.59%

R = 4.81%
G = 47.59%
B = 47.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095959 (or 0x095959) is known color: Mosque. HEX triplet: 09, 59 and 59. RGB value is (9,89,89). Sum of RGB (Red+Green+Blue) = 9+89+89=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #095959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095959 is #F6A6A6. Grayscale: #414141. Windows color (decimal): -16164519 or 5855497. OLE color: 5855497.

HSL color Cylindrical-coordinate representation of color #095959: hue angle of 180º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095959 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 89 -
CMYK 0.90 0 0 0.65
HSL 180º 0.82% 0.19% -
HSV(B) 180º 0.9% 0.35% -
XYZ 5.49 7.92 10.69 -
YUV 65.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 9 89 89 0.90 0 0 0.65 180 0.82 0.19
Hex 9 59 59 5A 0 0 41 B4 52 13
Octal 11 131 131 132 0 0 101 264 122 23
Binary 1001 1011001 1011001 1011010 0 0 1000001 10110100 1010010 10011

Color Harmonies of #095959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095959

Black with #095959

Text Example


Text Example

White with #095959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095959; }

 p { color: rgb(9,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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