Html Css Color HEX #09595D Mosque

📋 copy color: '#09595D'

red 9 ◦ green 89 ◦ blue 93

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

Shades of Mosque #09595D

Tints of Mosque #09595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 4.71%
G = 46.6%
B = 48.69%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09595D (or 0x09595D) is known color: Mosque. HEX triplet: 09, 59 and 5D. RGB value is (9,89,93). Sum of RGB (Red+Green+Blue) = 9+89+93=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #09595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595D is #F6A6A2. Grayscale: #414141. Windows color (decimal): -16164515 or 6117641. OLE color: 6117641.

HSL color Cylindrical-coordinate representation of color #09595D: hue angle of 182.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09595D is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 89 93 -
CMYK 0.90 0.04 0 0.64
HSL 182.86º 0.82% 0.2% -
HSV(B) 182.86º 0.9% 0.36% -
XYZ 5.66 7.99 11.6 -
YUV 65.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 9 89 93 0.90 0.04 0 0.64 182.86 0.82 0.2
Hex 9 59 5D 5A 4 0 40 B7 52 14
Octal 11 131 135 132 4 0 100 267 122 24
Binary 1001 1011001 1011101 1011010 100 0 1000000 10110111 1010010 10100

Color Harmonies of #09595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09595D

Black with #09595D

Text Example


Text Example

White with #09595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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