#095559

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

Shades of Mosque #095559

Tints of Mosque #095559

Color information

#095559 (or 0x095559) is unknown color: approx Mosque. HEX triplet: 09, 55 and 59. RGB value is (9,85,89). Sum of RGB (Red+Green+Blue) = 9+85+89=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #095559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095559 is #F6AAA6. Grayscale: #3E3E3E. Windows color (decimal): -16165543 or 5854473. OLE color: 5854473.

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

Color convert

RGB98589-
CMYK0.900.0400.65
HSL183º81.63%19.22%-
HSV(B)183º89.89%34.9%-
XYZ5.167.2810.58-
YUV62.73142.8289.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=4.92%
G=46.45%
B=48.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal985890.900.0400.6518381.6319.22
Hex955595A4041b75213
Octal111251311324010126712223
Binary10011010101101100110110101000100000110110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095559; }

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

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

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

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

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

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

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

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