Html Css Color HEX #095957 Mosque

📋 copy color: '#095957'

red 9 ◦ green 89 ◦ blue 87

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

Shades of Mosque #095957

Tints of Mosque #095957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.11%

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 4.86%
G = 48.11%
B = 47.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#095957 (or 0x095957) is known color: Mosque. HEX triplet: 09, 59 and 57. RGB value is (9,89,87). Sum of RGB (Red+Green+Blue) = 9+89+87=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #095957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095957 is #F6A6A8. Grayscale: #404040. Windows color (decimal): -16164521 or 5724425. OLE color: 5724425.

HSL color Cylindrical-coordinate representation of color #095957: hue angle of 178.5º 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 #095957 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 87 -
CMYK 0.90 0 0.02 0.65
HSL 178.5º 0.82% 0.19% -
HSV(B) 178.5º 0.9% 0.35% -
XYZ 5.41 7.89 10.26 -
YUV 64.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 9 89 87 0.90 0 0.02 0.65 178.5 0.82 0.19
Hex 9 59 57 5A 0 2 41 B2 52 13
Octal 11 131 127 132 0 2 101 262 122 23
Binary 1001 1011001 1010111 1011010 0 10 1000001 10110010 1010010 10011

Color Harmonies of #095957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095957

Black with #095957

Text Example


Text Example

White with #095957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095957; }

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

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

background-color css

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

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

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

border-color css

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

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

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