Html Css Color HEX #09535F Mosque

📋 copy color: '#09535F'

red 9 ◦ green 83 ◦ blue 95

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

Shades of Mosque #09535F

Tints of Mosque #09535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 4.81%
G = 44.39%
B = 50.8%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09535F (or 0x09535F) is known color: Mosque. HEX triplet: 09, 53 and 5F. RGB value is (9,83,95). Sum of RGB (Red+Green+Blue) = 9+83+95=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #09535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09535F is #F6ACA0. Grayscale: #3E3E3E. Windows color (decimal): -16166049 or 6247177. OLE color: 6247177.

HSL color Cylindrical-coordinate representation of color #09535F: hue angle of 188.37º 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 #09535F is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 83 95 -
CMYK 0.91 0.13 0 0.63
HSL 188.37º 0.83% 0.2% -
HSV(B) 188.37º 0.91% 0.37% -
XYZ 5.27 7.07 11.91 -
YUV 62.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 9 83 95 0.91 0.13 0 0.63 188.37 0.83 0.2
Hex 9 53 5F 5B D 0 3F BC 53 14
Octal 11 123 137 133 15 0 77 274 123 24
Binary 1001 1010011 1011111 1011011 1101 0 111111 10111100 1010011 10100

Color Harmonies of #09535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09535F

Black with #09535F

Text Example


Text Example

White with #09535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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