Html Css Color HEX #095556 Mosque

📋 copy color: '#095556'

red 9 ◦ green 85 ◦ blue 86

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

Shades of Mosque #095556

Tints of Mosque #095556

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #095556: hue angle of 180.78º 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 #095556 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 85 86 -
CMYK 0.90 0.01 0 0.66
HSL 180.78º 0.81% 0.19% -
HSV(B) 180.78º 0.9% 0.34% -
XYZ 5.04 7.23 9.93 -
YUV 62.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 9 85 86 0.90 0.01 0 0.66 180.78 0.81 0.19
Hex 9 55 56 5A 1 0 42 B5 51 13
Octal 11 125 126 132 1 0 102 265 121 23
Binary 1001 1010101 1010110 1011010 1 0 1000010 10110101 1010001 10011

Color Harmonies of #095556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095556

Black with #095556

Text Example


Text Example

White with #095556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095556; }

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

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

background-color css

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

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

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

border-color css

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

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

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