#095859

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

Shades of Mosque #095859

Tints of Mosque #095859

Color information

#095859 (or 0x095859) is unknown color: approx Mosque. HEX triplet: 09, 58 and 59. RGB value is (9,88,89). Sum of RGB (Red+Green+Blue) = 9+88+89=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #095859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095859 is #F6A7A6. Grayscale: #404040. Windows color (decimal): -16164775 or 5855241. OLE color: 5855241.

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

Color convert

RGB98889-
CMYK0.900.0100.65
HSL180.75º81.63%19.22%-
HSV(B)180.75º89.89%34.9%-
XYZ5.417.7610.66-
YUV64.49141.8388.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=4.84%
G=47.31%
B=47.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988890.900.0100.65180.7581.6319.22
Hex958595A1041b55213
Octal111301311321010126512223
Binary100110110001011001101101010100000110110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095859; }

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

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

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

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

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

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

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

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