Html Css Color HEX #09595F Mosque

📋 copy color: '#09595F'

red 9 ◦ green 89 ◦ blue 95

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

Shades of Mosque #09595F

Tints of Mosque #09595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.22%

R = 4.66%
G = 46.11%
B = 49.22%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09595F (or 0x09595F) is known color: Mosque. HEX triplet: 09, 59 and 5F. RGB value is (9,89,95). Sum of RGB (Red+Green+Blue) = 9+89+95=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #09595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595F is #F6A6A0. Grayscale: #414141. Windows color (decimal): -16164513 or 6248713. OLE color: 6248713.

HSL color Cylindrical-coordinate representation of color #09595F: hue angle of 184.19º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09595F is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 89 95 -
CMYK 0.91 0.06 0 0.63
HSL 184.19º 0.83% 0.2% -
HSV(B) 184.19º 0.91% 0.37% -
XYZ 5.75 8.03 12.07 -
YUV 65.76 144.5 87.51 -
System Red Green Blue C M Y K H S L
Decimal 9 89 95 0.91 0.06 0 0.63 184.19 0.83 0.2
Hex 9 59 5F 5B 6 0 3F B8 53 14
Octal 11 131 137 133 6 0 77 270 123 24
Binary 1001 1011001 1011111 1011011 110 0 111111 10111000 1010011 10100

Color Harmonies of #09595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09595F

Black with #09595F

Text Example


Text Example

White with #09595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09595F; }

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

 H1.HeaderClassName
 {
   color: #09595F;
 }
 .AnyTagClassName
 {
   color: #09595F;
 }
</style>

background-color css

<style>
 a { background-color: #09595F; }

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

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

border-color css

<style>
 span { border-color: #09595F; }

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

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