Html Css Color HEX #095953 Mosque

📋 copy color: '#095953'

red 9 ◦ green 89 ◦ blue 83

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

Shades of Mosque #095953

Tints of Mosque #095953

RGB

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

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

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

R = 4.97%
G = 49.17%
B = 45.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#095953 (or 0x095953) is known color: Mosque. HEX triplet: 09, 59 and 53. RGB value is (9,89,83). Sum of RGB (Red+Green+Blue) = 9+89+83=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #095953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095953 is #F6A6AC. Grayscale: #404040. Windows color (decimal): -16164525 or 5462281. OLE color: 5462281.

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

Color convert

RGB 9 89 83 -
CMYK 0.90 0 0.07 0.65
HSL 175.5º 0.82% 0.19% -
HSV(B) 175.5º 0.9% 0.35% -
XYZ 5.25 7.83 9.42 -
YUV 64.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 9 89 83 0.90 0 0.07 0.65 175.5 0.82 0.19
Hex 9 59 53 5A 0 7 41 B0 52 13
Octal 11 131 123 132 0 7 101 260 122 23
Binary 1001 1011001 1010011 1011010 0 111 1000001 10110000 1010010 10011

Color Harmonies of #095953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095953

Black with #095953

Text Example


Text Example

White with #095953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095953; }

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

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

background-color css

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

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

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

border-color css

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

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

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