Html Css Color HEX #09575A Mosque

📋 copy color: '#09575A'

red 9 ◦ green 87 ◦ blue 90

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

Shades of Mosque #09575A

Tints of Mosque #09575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 4.84%
G = 46.77%
B = 48.39%

CMYK

 C value IS 0.9

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09575A (or 0x09575A) is known color: Mosque. HEX triplet: 09, 57 and 5A. RGB value is (9,87,90). Sum of RGB (Red+Green+Blue) = 9+87+90=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #09575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09575A is #F6A8A5. Grayscale: #3F3F3F. Windows color (decimal): -16165030 or 5920521. OLE color: 5920521.

HSL color Cylindrical-coordinate representation of color #09575A: hue angle of 182.22º 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 #09575A is Cyan = 0.9, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 87 90 -
CMYK 0.9 0.03 0 0.65
HSL 182.22º 0.82% 0.19% -
HSV(B) 182.22º 0.9% 0.35% -
XYZ 5.37 7.61 10.86 -
YUV 64.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 9 87 90 0.9 0.03 0 0.65 182.22 0.82 0.19
Hex 9 57 5A 5A 3 0 41 B6 52 13
Octal 11 127 132 132 3 0 101 266 122 23
Binary 1001 1010111 1011010 1011010 11 0 1000001 10110110 1010010 10011

Color Harmonies of #09575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09575A

Black with #09575A

Text Example


Text Example

White with #09575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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