Html Css Color HEX #09565A Mosque

📋 copy color: '#09565A'

red 9 ◦ green 86 ◦ blue 90

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

Shades of Mosque #09565A

Tints of Mosque #09565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.49%

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

R = 4.86%
G = 46.49%
B = 48.65%

CMYK

 C value IS 0.9

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09565A (or 0x09565A) is known color: Mosque. HEX triplet: 09, 56 and 5A. RGB value is (9,86,90). Sum of RGB (Red+Green+Blue) = 9+86+90=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #09565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09565A is #F6A9A5. Grayscale: #3F3F3F. Windows color (decimal): -16165286 or 5920265. OLE color: 5920265.

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

Color convert

RGB 9 86 90 -
CMYK 0.9 0.04 0 0.65
HSL 182.96º 0.82% 0.19% -
HSV(B) 182.96º 0.9% 0.35% -
XYZ 5.29 7.45 10.83 -
YUV 63.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 9 86 90 0.9 0.04 0 0.65 182.96 0.82 0.19
Hex 9 56 5A 5A 4 0 41 B7 52 13
Octal 11 126 132 132 4 0 101 267 122 23
Binary 1001 1010110 1011010 1011010 100 0 1000001 10110111 1010010 10011

Color Harmonies of #09565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09565A

Black with #09565A

Text Example


Text Example

White with #09565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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