Html Css Color HEX #09575C Mosque

📋 copy color: '#09575C'

red 9 ◦ green 87 ◦ blue 92

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

Shades of Mosque #09575C

Tints of Mosque #09575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.94%

R = 4.79%
G = 46.28%
B = 48.94%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09575C (or 0x09575C) is known color: Mosque. HEX triplet: 09, 57 and 5C. RGB value is (9,87,92). Sum of RGB (Red+Green+Blue) = 9+87+92=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #09575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09575C is #F6A8A3. Grayscale: #404040. Windows color (decimal): -16165028 or 6051593. OLE color: 6051593.

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

Color convert

RGB 9 87 92 -
CMYK 0.90 0.05 0 0.64
HSL 183.61º 0.82% 0.2% -
HSV(B) 183.61º 0.9% 0.36% -
XYZ 5.45 7.65 11.31 -
YUV 64.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 9 87 92 0.90 0.05 0 0.64 183.61 0.82 0.2
Hex 9 57 5C 5A 5 0 40 B8 52 14
Octal 11 127 134 132 5 0 100 270 122 24
Binary 1001 1010111 1011100 1011010 101 0 1000000 10111000 1010010 10100

Color Harmonies of #09575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09575C

Black with #09575C

Text Example


Text Example

White with #09575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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