Html Css Color HEX #09575E Mosque

📋 copy color: '#09575E'

red 9 ◦ green 87 ◦ blue 94

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

Shades of Mosque #09575E

Tints of Mosque #09575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

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

R = 4.74%
G = 45.79%
B = 49.47%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09575E (or 0x09575E) is known color: Mosque. HEX triplet: 09, 57 and 5E. RGB value is (9,87,94). Sum of RGB (Red+Green+Blue) = 9+87+94=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #09575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09575E is #F6A8A1. Grayscale: #404040. Windows color (decimal): -16165026 or 6182665. OLE color: 6182665.

HSL color Cylindrical-coordinate representation of color #09575E: hue angle of 184.94º 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 #09575E is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 87 94 -
CMYK 0.90 0.07 0 0.63
HSL 184.94º 0.83% 0.2% -
HSV(B) 184.94º 0.9% 0.37% -
XYZ 5.54 7.68 11.78 -
YUV 64.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 9 87 94 0.90 0.07 0 0.63 184.94 0.83 0.2
Hex 9 57 5E 5A 7 0 3F B9 53 14
Octal 11 127 136 132 7 0 77 271 123 24
Binary 1001 1010111 1011110 1011010 111 0 111111 10111001 1010011 10100

Color Harmonies of #09575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09575E

Black with #09575E

Text Example


Text Example

White with #09575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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