Html Css Color HEX #095854 Mosque

📋 copy color: '#095854'

red 9 ◦ green 88 ◦ blue 84

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

Shades of Mosque #095854

Tints of Mosque #095854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.41%

R = 4.97%
G = 48.62%
B = 46.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#095854 (or 0x095854) is known color: Mosque. HEX triplet: 09, 58 and 54. RGB value is (9,88,84). Sum of RGB (Red+Green+Blue) = 9+88+84=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #095854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095854 is #F6A7AB. Grayscale: #3F3F3F. Windows color (decimal): -16164780 or 5527561. OLE color: 5527561.

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

Color convert

RGB 9 88 84 -
CMYK 0.90 0 0.05 0.65
HSL 176.96º 0.81% 0.19% -
HSV(B) 176.96º 0.9% 0.35% -
XYZ 5.2 7.68 9.6 -
YUV 63.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 9 88 84 0.90 0 0.05 0.65 176.96 0.81 0.19
Hex 9 58 54 5A 0 5 41 B1 51 13
Octal 11 130 124 132 0 5 101 261 121 23
Binary 1001 1011000 1010100 1011010 0 101 1000001 10110001 1010001 10011

Color Harmonies of #095854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095854

Black with #095854

Text Example


Text Example

White with #095854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095854; }

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

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

background-color css

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

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

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

border-color css

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

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

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