Html Css Color HEX #09575B Mosque

📋 copy color: '#09575B'

red 9 ◦ green 87 ◦ blue 91

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

Shades of Mosque #09575B

Tints of Mosque #09575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 4.81%
G = 46.52%
B = 48.66%

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

#09575B (or 0x09575B) is known color: Mosque. HEX triplet: 09, 57 and 5B. RGB value is (9,87,91). Sum of RGB (Red+Green+Blue) = 9+87+91=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #09575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09575B is #F6A8A4. Grayscale: #404040. Windows color (decimal): -16165029 or 5986057. OLE color: 5986057.

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

Color convert

RGB 9 87 91 -
CMYK 0.90 0.04 0 0.64
HSL 182.93º 0.82% 0.2% -
HSV(B) 182.93º 0.9% 0.36% -
XYZ 5.41 7.63 11.09 -
YUV 64.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 9 87 91 0.90 0.04 0 0.64 182.93 0.82 0.2
Hex 9 57 5B 5A 4 0 40 B7 52 14
Octal 11 127 133 132 4 0 100 267 122 24
Binary 1001 1010111 1011011 1011010 100 0 1000000 10110111 1010010 10100

Color Harmonies of #09575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09575B

Black with #09575B

Text Example


Text Example

White with #09575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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