Html Css Color HEX #095655 Mosque

📋 copy color: '#095655'

red 9 ◦ green 86 ◦ blue 85

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

Shades of Mosque #095655

Tints of Mosque #095655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.22%

R = 5%
G = 47.78%
B = 47.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#095655 (or 0x095655) is known color: Mosque. HEX triplet: 09, 56 and 55. RGB value is (9,86,85). Sum of RGB (Red+Green+Blue) = 9+86+85=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #095655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095655 is #F6A9AA. Grayscale: #3E3E3E. Windows color (decimal): -16165291 or 5592585. OLE color: 5592585.

HSL color Cylindrical-coordinate representation of color #095655: hue angle of 179.22º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095655 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 85 -
CMYK 0.90 0 0.01 0.66
HSL 179.22º 0.81% 0.19% -
HSV(B) 179.22º 0.9% 0.34% -
XYZ 5.08 7.37 9.75 -
YUV 62.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 9 86 85 0.90 0 0.01 0.66 179.22 0.81 0.19
Hex 9 56 55 5A 0 1 42 B3 51 13
Octal 11 126 125 132 0 1 102 263 121 23
Binary 1001 1010110 1010101 1011010 0 1 1000010 10110011 1010001 10011

Color Harmonies of #095655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095655

Black with #095655

Text Example


Text Example

White with #095655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095655; }

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

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

background-color css

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

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

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

border-color css

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

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

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