Html Css Color HEX #09585B Mosque

📋 copy color: '#09585B'

red 9 ◦ green 88 ◦ blue 91

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

Shades of Mosque #09585B

Tints of Mosque #09585B

RGB

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

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

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

R = 4.79%
G = 46.81%
B = 48.4%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09585B (or 0x09585B) is known color: Mosque. HEX triplet: 09, 58 and 5B. RGB value is (9,88,91). Sum of RGB (Red+Green+Blue) = 9+88+91=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #09585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09585B is #F6A7A4. Grayscale: #404040. Windows color (decimal): -16164773 or 5986313. OLE color: 5986313.

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

Color convert

RGB 9 88 91 -
CMYK 0.90 0.03 0 0.64
HSL 182.2º 0.82% 0.2% -
HSV(B) 182.2º 0.9% 0.36% -
XYZ 5.49 7.79 11.11 -
YUV 64.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 9 88 91 0.90 0.03 0 0.64 182.2 0.82 0.2
Hex 9 58 5B 5A 3 0 40 B6 52 14
Octal 11 130 133 132 3 0 100 266 122 24
Binary 1001 1011000 1011011 1011010 11 0 1000000 10110110 1010010 10100

Color Harmonies of #09585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09585B

Black with #09585B

Text Example


Text Example

White with #09585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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