#095c5f

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

Shades of Mosque #095C5F

Tints of Mosque #095C5F

Color information

#095C5F (or 0x095C5F) is unknown color: approx Mosque. HEX triplet: 09, 5C and 5F. RGB value is (9,92,95). Sum of RGB (Red+Green+Blue) = 9+92+95=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #095C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C5F is #F6A3A0. Grayscale: #434343. Windows color (decimal): -16163745 or 6249481. OLE color: 6249481.

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

Color convert

RGB99295-
CMYK0.910.0300.63
HSL182.09º82.69%20.39%-
HSV(B)182.09º90.53%37.25%-
XYZ6.018.5412.16-
YUV67.53143.586.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 92 (36.33% from 255) = 46.94%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=4.59%
G=46.94%
B=48.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal992950.910.0300.63182.0982.6920.39
Hex95C5F5B303Fb65314
Octal11134137133307726612324
Binary100110111001011111101101111011111110110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,95); }

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

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

 a { background-color: rgb(9,92,95); }

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

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

 span { border-color: rgb(9,92,95); }

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