Html Css Color HEX #095D5C Mosque

📋 copy color: '#095D5C'

red 9 ◦ green 93 ◦ blue 92

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

Shades of Mosque #095D5C

Tints of Mosque #095D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.94%

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 4.64%
G = 47.94%
B = 47.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#095D5C (or 0x095D5C) is known color: Mosque. HEX triplet: 09, 5D and 5C. RGB value is (9,93,92). Sum of RGB (Red+Green+Blue) = 9+93+92=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #095D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D5C is #F6A2A3. Grayscale: #434343. Windows color (decimal): -16163492 or 6053129. OLE color: 6053129.

HSL color Cylindrical-coordinate representation of color #095D5C: hue angle of 179.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D5C is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 92 -
CMYK 0.90 0 0.01 0.64
HSL 179.29º 0.82% 0.2% -
HSV(B) 179.29º 0.9% 0.36% -
XYZ 5.96 8.66 11.48 -
YUV 67.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 9 93 92 0.90 0 0.01 0.64 179.29 0.82 0.2
Hex 9 5D 5C 5A 0 1 40 B3 52 14
Octal 11 135 134 132 0 1 100 263 122 24
Binary 1001 1011101 1011100 1011010 0 1 1000000 10110011 1010010 10100

Color Harmonies of #095D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D5C

Black with #095D5C

Text Example


Text Example

White with #095D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095D5C; }

 p { color: rgb(9,93,92); }

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

background-color css

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

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

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

border-color css

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

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

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