Html Css Color HEX #09585A Mosque

📋 copy color: '#09585A'

red 9 ◦ green 88 ◦ blue 90

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

Shades of Mosque #09585A

Tints of Mosque #09585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.06%

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

R = 4.81%
G = 47.06%
B = 48.13%

CMYK

 C value IS 0.9

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09585A (or 0x09585A) is known color: Mosque. HEX triplet: 09, 58 and 5A. RGB value is (9,88,90). Sum of RGB (Red+Green+Blue) = 9+88+90=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #09585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09585A is #F6A7A5. Grayscale: #404040. Windows color (decimal): -16164774 or 5920777. OLE color: 5920777.

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

Color convert

RGB 9 88 90 -
CMYK 0.9 0.02 0 0.65
HSL 181.48º 0.82% 0.19% -
HSV(B) 181.48º 0.9% 0.35% -
XYZ 5.45 7.78 10.89 -
YUV 64.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 9 88 90 0.9 0.02 0 0.65 181.48 0.82 0.19
Hex 9 58 5A 5A 2 0 41 B5 52 13
Octal 11 130 132 132 2 0 101 265 122 23
Binary 1001 1011000 1011010 1011010 10 0 1000001 10110101 1010010 10011

Color Harmonies of #09585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09585A

Black with #09585A

Text Example


Text Example

White with #09585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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