Html Css Color HEX #095858 Mosque

📋 copy color: '#095858'

red 9 ◦ green 88 ◦ blue 88

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

Shades of Mosque #095858

Tints of Mosque #095858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

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

R = 4.86%
G = 47.57%
B = 47.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095858 (or 0x095858) is known color: Mosque. HEX triplet: 09, 58 and 58. RGB value is (9,88,88). Sum of RGB (Red+Green+Blue) = 9+88+88=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #095858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095858 is #F6A7A7. Grayscale: #404040. Windows color (decimal): -16164776 or 5789705. OLE color: 5789705.

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

Color convert

RGB 9 88 88 -
CMYK 0.90 0 0 0.65
HSL 180º 0.81% 0.19% -
HSV(B) 180º 0.9% 0.35% -
XYZ 5.36 7.74 10.44 -
YUV 64.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 9 88 88 0.90 0 0 0.65 180 0.81 0.19
Hex 9 58 58 5A 0 0 41 B4 51 13
Octal 11 130 130 132 0 0 101 264 121 23
Binary 1001 1011000 1011000 1011010 0 0 1000001 10110100 1010001 10011

Color Harmonies of #095858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095858

Black with #095858

Text Example


Text Example

White with #095858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095858; }

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

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

background-color css

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

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

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

border-color css

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

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

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