Html Css Color HEX #095853 Mosque

📋 copy color: '#095853'

red 9 ◦ green 88 ◦ blue 83

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

Shades of Mosque #095853

Tints of Mosque #095853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 5%
G = 48.89%
B = 46.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#095853 (or 0x095853) is known color: Mosque. HEX triplet: 09, 58 and 53. RGB value is (9,88,83). Sum of RGB (Red+Green+Blue) = 9+88+83=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #095853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095853 is #F6A7AC. Grayscale: #3F3F3F. Windows color (decimal): -16164781 or 5462025. OLE color: 5462025.

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

Color convert

RGB 9 88 83 -
CMYK 0.90 0 0.06 0.65
HSL 176.2º 0.81% 0.19% -
HSV(B) 176.2º 0.9% 0.35% -
XYZ 5.16 7.66 9.39 -
YUV 63.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 9 88 83 0.90 0 0.06 0.65 176.2 0.81 0.19
Hex 9 58 53 5A 0 6 41 B0 51 13
Octal 11 130 123 132 0 6 101 260 121 23
Binary 1001 1011000 1010011 1011010 0 110 1000001 10110000 1010001 10011

Color Harmonies of #095853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095853

Black with #095853

Text Example


Text Example

White with #095853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095853; }

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

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

background-color css

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

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

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

border-color css

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

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

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