Html Css Color HEX #09595E Mosque

📋 copy color: '#09595E'

red 9 ◦ green 89 ◦ blue 94

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

Shades of Mosque #09595E

Tints of Mosque #09595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 4.69%
G = 46.35%
B = 48.96%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09595E (or 0x09595E) is known color: Mosque. HEX triplet: 09, 59 and 5E. RGB value is (9,89,94). Sum of RGB (Red+Green+Blue) = 9+89+94=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #09595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595E is #F6A6A1. Grayscale: #414141. Windows color (decimal): -16164514 or 6183177. OLE color: 6183177.

HSL color Cylindrical-coordinate representation of color #09595E: hue angle of 183.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09595E is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 89 94 -
CMYK 0.90 0.05 0 0.63
HSL 183.53º 0.83% 0.2% -
HSV(B) 183.53º 0.9% 0.37% -
XYZ 5.71 8.01 11.84 -
YUV 65.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 9 89 94 0.90 0.05 0 0.63 183.53 0.83 0.2
Hex 9 59 5E 5A 5 0 3F B8 53 14
Octal 11 131 136 132 5 0 77 270 123 24
Binary 1001 1011001 1011110 1011010 101 0 111111 10111000 1010011 10100

Color Harmonies of #09595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09595E

Black with #09595E

Text Example


Text Example

White with #09595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09595E; }

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

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

background-color css

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

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

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

border-color css

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

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

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