Html Css Color HEX #095B5E Mosque

📋 copy color: '#095B5E'

red 9 ◦ green 91 ◦ blue 94

#095B5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #095B5E

Tints of Mosque #095B5E

RGB

 RED value IS 9 (3.91% from 255) = 4.64%

 GREEN value IS 91 (35.94% from 255) = 46.91%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 4.64%
G = 46.91%
B = 48.45%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#095B5E (or 0x095B5E) is known color: Mosque. HEX triplet: 09, 5B and 5E. RGB value is (9,91,94). Sum of RGB (Red+Green+Blue) = 9+91+94=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #095B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B5E is #F6A4A1. Grayscale: #424242. Windows color (decimal): -16164002 or 6183689. OLE color: 6183689.

HSL color Cylindrical-coordinate representation of color #095B5E: hue angle of 182.12º 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 #095B5E is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 91 94 -
CMYK 0.90 0.03 0 0.63
HSL 182.12º 0.83% 0.2% -
HSV(B) 182.12º 0.9% 0.37% -
XYZ 5.87 8.35 11.89 -
YUV 66.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 9 91 94 0.90 0.03 0 0.63 182.12 0.83 0.2
Hex 9 5B 5E 5A 3 0 3F B6 53 14
Octal 11 133 136 132 3 0 77 266 123 24
Binary 1001 1011011 1011110 1011010 11 0 111111 10110110 1010011 10100

Color Harmonies of #095B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B5E

Black with #095B5E

Text Example


Text Example

White with #095B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #095B5E;
 }
 .AnyTagClassName
 {
   color: #095B5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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