Html Css Color HEX #095E58 Mosque

📋 copy color: '#095E58'

red 9 ◦ green 94 ◦ blue 88

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

Shades of Mosque #095E58

Tints of Mosque #095E58

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 value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#095E58 (or 0x095E58) is known color: 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

RGB 9 94 88 -
CMYK 0.90 0 0.06 0.63
HSL 175.76º 0.83% 0.2% -
HSV(B) 175.76º 0.9% 0.37% -
XYZ 5.88 8.77 10.62 -
YUV 67.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 9 94 88 0.90 0 0.06 0.63 175.76 0.83 0.2
Hex 9 5E 58 5A 0 6 3F B0 53 14
Octal 11 136 130 132 0 6 77 260 123 24
Binary 1001 1011110 1011000 1011010 0 110 111111 10110000 1010011 10100

Color Harmonies of #095E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E58

Black with #095E58

Text Example


Text Example

White with #095E58

Text Example


Text Example

HTML Codes & Css Web 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>