Html Css Color HEX #095A50 Mosque

📋 copy color: '#095A50'

red 9 ◦ green 90 ◦ blue 80

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

Shades of Mosque #095A50

Tints of Mosque #095A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 5.03%
G = 50.28%
B = 44.69%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#095A50 (or 0x095A50) is known color: Mosque. HEX triplet: 09, 5A and 50. RGB value is (9,90,80). Sum of RGB (Red+Green+Blue) = 9+90+80=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #095A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A50 is #F6A5AF. Grayscale: #404040. Windows color (decimal): -16164272 or 5265929. OLE color: 5265929.

HSL color Cylindrical-coordinate representation of color #095A50: hue angle of 172.59º 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 #095A50 is Cyan = 0.9, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 80 -
CMYK 0.9 0 0.11 0.65
HSL 172.59º 0.82% 0.19% -
HSV(B) 172.59º 0.9% 0.35% -
XYZ 5.22 7.95 8.85 -
YUV 64.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 9 90 80 0.9 0 0.11 0.65 172.59 0.82 0.19
Hex 9 5A 50 5A 0 B 41 AD 52 13
Octal 11 132 120 132 0 13 101 255 122 23
Binary 1001 1011010 1010000 1011010 0 1011 1000001 10101101 1010010 10011

Color Harmonies of #095A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A50

Black with #095A50

Text Example


Text Example

White with #095A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,90,80); }

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

background-color css

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

 a { background-color: rgb(9,90,80); }

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

border-color css

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

 span { border-color: rgb(9,90,80); }

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