#095E58

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

Shades of Mosque #095E58

Tints of Mosque #095E58

Color information

#095E58 (or 0x095E58) is unknown color: approx Mosque. HEX triplet: 09, 5E and 58. RGB value is (9,94,88). Sum of RGB (Red+Green+Blue) = 9+94+88=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #095E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E58 is #F6A1A7. Grayscale: #434343. Windows color (decimal): -16163240 or 5791241. OLE color: 5791241.

HSL color Cylindrical-coordinate representation of color #095E58: hue angle of 175.76º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E58 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB99488-
CMYK0.9000.060.63
HSL175.76º82.52%20.2%-
HSV(B)175.76º90.43%36.86%-
XYZ5.888.7710.62-
YUV67.9139.3485.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 94 (37.11% from 255) = 49.21%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=4.71%
G=49.21%
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.63
SystemRedGreenBlueCMYKHSL
Decimal994880.9000.060.63175.7682.5220.2
Hex95E585A063Fb05314
Octal11136130132067726012324
Binary1001101111010110001011010011011111110110000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E58; }

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

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

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

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

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

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

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

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