#095752

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

Shades of Mosque #095752

Tints of Mosque #095752

Color information

#095752 (or 0x095752) is unknown color: approx Mosque. HEX triplet: 09, 57 and 52. RGB value is (9,87,82). Sum of RGB (Red+Green+Blue) = 9+87+82=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #095752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095752 is #F6A8AD. Grayscale: #3F3F3F. Windows color (decimal): -16165038 or 5396233. OLE color: 5396233.

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

Color convert

RGB98782-
CMYK0.9000.060.66
HSL176.15º81.25%18.82%-
HSV(B)176.15º89.66%34.12%-
XYZ5.047.489.16-
YUV63.11138.6689.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 87 (34.38% from 255) = 48.88%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=5.06%
G=48.88%
B=46.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal987820.9000.060.66176.1581.2518.82
Hex957525A0642b05113
Octal111271221320610226012123
Binary10011010111101001010110100110100001010110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095752; }

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

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

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

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

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

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

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

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