#095652

Color #095652 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #095652

Tints of Mosque #095652

Color information

#095652 (or 0x095652) is unknown color: approx Mosque. HEX triplet: 09, 56 and 52. RGB value is (9,86,82). Sum of RGB (Red+Green+Blue) = 9+86+82=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #095652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095652 is #F6A9AD. Grayscale: #3E3E3E. Windows color (decimal): -16165294 or 5395977. OLE color: 5395977.

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

Color convert

RGB98682-
CMYK0.9000.050.66
HSL176.88º81.05%18.63%-
HSV(B)176.88º89.53%33.73%-
XYZ4.967.329.13-
YUV62.52138.9989.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=5.08%
G=48.59%
B=46.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal986820.9000.050.66176.8881.0518.63
Hex956525A0542b15113
Octal111261221320510226112123
Binary10011010110101001010110100101100001010110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095652; }

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

 H1.HeaderClassName
 {
   color: #095652;
 }
 .AnyTagClassName
 {
   color: #095652;
 }
</style>
background-color css

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

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

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

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

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

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