Html Css Color HEX #09594B Mosque

📋 copy color: '#09594B'

red 9 ◦ green 89 ◦ blue 75

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

Shades of Mosque #09594B

Tints of Mosque #09594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.35%

R = 5.2%
G = 51.45%
B = 43.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#09594B (or 0x09594B) is known color: Mosque. HEX triplet: 09, 59 and 4B. RGB value is (9,89,75). Sum of RGB (Red+Green+Blue) = 9+89+75=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #09594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09594B is #F6A6B4. Grayscale: #3F3F3F. Windows color (decimal): -16164533 or 4937993. OLE color: 4937993.

HSL color Cylindrical-coordinate representation of color #09594B: hue angle of 169.5º 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 #09594B is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 75 -
CMYK 0.90 0 0.16 0.65
HSL 169.5º 0.82% 0.19% -
HSV(B) 169.5º 0.9% 0.35% -
XYZ 4.96 7.71 7.88 -
YUV 63.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 9 89 75 0.90 0 0.16 0.65 169.5 0.82 0.19
Hex 9 59 4B 5A 0 10 41 AA 52 13
Octal 11 131 113 132 0 20 101 252 122 23
Binary 1001 1011001 1001011 1011010 0 10000 1000001 10101010 1010010 10011

Color Harmonies of #09594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09594B

Black with #09594B

Text Example


Text Example

White with #09594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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