Html Css Color HEX #095A59 Mosque

📋 copy color: '#095A59'

red 9 ◦ green 90 ◦ blue 89

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

Shades of Mosque #095A59

Tints of Mosque #095A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 4.79%
G = 47.87%
B = 47.34%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#095A59 (or 0x095A59) is known color: Mosque. HEX triplet: 09, 5A and 59. RGB value is (9,90,89). Sum of RGB (Red+Green+Blue) = 9+90+89=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #095A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A59 is #F6A5A6. Grayscale: #414141. Windows color (decimal): -16164263 or 5855753. OLE color: 5855753.

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

Color convert

RGB 9 90 89 -
CMYK 0.9 0 0.01 0.65
HSL 179.26º 0.82% 0.19% -
HSV(B) 179.26º 0.9% 0.35% -
XYZ 5.57 8.09 10.72 -
YUV 65.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 9 90 89 0.9 0 0.01 0.65 179.26 0.82 0.19
Hex 9 5A 59 5A 0 1 41 B3 52 13
Octal 11 132 131 132 0 1 101 263 122 23
Binary 1001 1011010 1011001 1011010 0 1 1000001 10110011 1010010 10011

Color Harmonies of #095A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A59

Black with #095A59

Text Example


Text Example

White with #095A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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