Html Css Color HEX #095856 Mosque

📋 copy color: '#095856'

red 9 ◦ green 88 ◦ blue 86

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

Shades of Mosque #095856

Tints of Mosque #095856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 4.92%
G = 48.09%
B = 46.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#095856 (or 0x095856) is known color: Mosque. HEX triplet: 09, 58 and 56. RGB value is (9,88,86). Sum of RGB (Red+Green+Blue) = 9+88+86=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #095856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095856 is #F6A7A9. Grayscale: #404040. Windows color (decimal): -16164778 or 5658633. OLE color: 5658633.

HSL color Cylindrical-coordinate representation of color #095856: hue angle of 178.48º degrees, saturation: 0.81, 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 #095856 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 88 86 -
CMYK 0.90 0 0.02 0.65
HSL 178.48º 0.81% 0.19% -
HSV(B) 178.48º 0.9% 0.35% -
XYZ 5.28 7.71 10.01 -
YUV 64.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 9 88 86 0.90 0 0.02 0.65 178.48 0.81 0.19
Hex 9 58 56 5A 0 2 41 B2 51 13
Octal 11 130 126 132 0 2 101 262 121 23
Binary 1001 1011000 1010110 1011010 0 10 1000001 10110010 1010001 10011

Color Harmonies of #095856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095856

Black with #095856

Text Example


Text Example

White with #095856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095856; }

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

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

background-color css

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

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

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

border-color css

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

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

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