Html Css Color HEX #0A5953 Mosque

📋 copy color: '#0A5953'

red 10 ◦ green 89 ◦ blue 83

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

Shades of Mosque #0A5953

Tints of Mosque #0A5953

RGB

 RED value IS 10 (4.3% from 255) = 5.49%

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

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

R = 5.49%
G = 48.9%
B = 45.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#0A5953 (or 0x0A5953) is known color: Mosque. HEX triplet: 0A, 59 and 53. RGB value is (10,89,83). Sum of RGB (Red+Green+Blue) = 10+89+83=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5953 is #F5A6AC. Grayscale: #404040. Windows color (decimal): -16098989 or 5462282. OLE color: 5462282.

HSL color Cylindrical-coordinate representation of color #0A5953: hue angle of 175.44º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5953 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 89 83 -
CMYK 0.89 0 0.07 0.65
HSL 175.44º 0.8% 0.19% -
HSV(B) 175.44º 0.89% 0.35% -
XYZ 5.26 7.83 9.42 -
YUV 64.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 10 89 83 0.89 0 0.07 0.65 175.44 0.8 0.19
Hex A 59 53 59 0 7 41 AF 50 13
Octal 12 131 123 131 0 7 101 257 120 23
Binary 1010 1011001 1010011 1011001 0 111 1000001 10101111 1010000 10011

Color Harmonies of #0A5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5953

Black with #0A5953

Text Example


Text Example

White with #0A5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5953; }

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

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

background-color css

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

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

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

border-color css

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

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

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