Html Css Color HEX #095758 Mosque

📋 copy color: '#095758'

red 9 ◦ green 87 ◦ blue 88

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

Shades of Mosque #095758

Tints of Mosque #095758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.28%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 4.89%
G = 47.28%
B = 47.83%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095758 (or 0x095758) is known color: Mosque. HEX triplet: 09, 57 and 58. RGB value is (9,87,88). Sum of RGB (Red+Green+Blue) = 9+87+88=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #095758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095758 is #F6A8A7. Grayscale: #3F3F3F. Windows color (decimal): -16165032 or 5789449. OLE color: 5789449.

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

Color convert

RGB 9 87 88 -
CMYK 0.90 0.01 0 0.65
HSL 180.76º 0.81% 0.19% -
HSV(B) 180.76º 0.9% 0.35% -
XYZ 5.28 7.58 10.42 -
YUV 63.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 9 87 88 0.90 0.01 0 0.65 180.76 0.81 0.19
Hex 9 57 58 5A 1 0 41 B5 51 13
Octal 11 127 130 132 1 0 101 265 121 23
Binary 1001 1010111 1011000 1011010 1 0 1000001 10110101 1010001 10011

Color Harmonies of #095758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095758

Black with #095758

Text Example


Text Example

White with #095758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095758; }

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

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

background-color css

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

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

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

border-color css

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

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

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